repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
pragma.c
blob
b491632403aa1a46a1ee32625a0ad5f94963adb6
1
// RUN: %clang_cc1 -E %s | FileCheck %s
2
3
#pragma clang __debug parser_crash
4
#pragma clang __debug dump Test
5
6
// CHECK: #pragma clang __debug parser_crash
7
// FIXME: The dump parameter is dropped.
8
// CHECK: #pragma clang __debug dump{{$}}