Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / pragma-captured.c
blobbe2a62b5e47519bb3fcd7cc80d3766be7b2776c0
1 // RUN: %clang_cc1 -E %s | FileCheck %s
3 // Test pragma clang __debug captured, for Captured Statements
5 void test1()
7 #pragma clang __debug captured
10 // CHECK: void test1()
11 // CHECK: {
12 // CHECK: #pragma clang __debug captured