brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · b5ecaa2 Raw
8 lines · c
1// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s2 3#define FOO(x) x4#define BAR(x) x x5#define BAZ(x) [x] [ x] [x ]6[FOO()] [ FOO()] [FOO() ] [BAR()] [ BAR()] [BAR() ] BAZ()7// CHECK: [] [ ] [ ] [ ] [ ] [ ] [] [ ] [ ]8