[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / Preprocessor / pragma.c
blobb491632403aa1a46a1ee32625a0ad5f94963adb6
1 // RUN: %clang_cc1 -E %s | FileCheck %s
3 #pragma clang __debug parser_crash
4 #pragma clang __debug dump Test
6 // CHECK: #pragma clang __debug parser_crash
7 // FIXME: The dump parameter is dropped.
8 // CHECK: #pragma clang __debug dump{{$}}