brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 7dfa98e Raw
10 lines · c
1// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace2// CHECK:3 ;3 4/* Right paren scanning, hard case.  Should expand to 3. */5#define i(x) 3 6#define a i(yz 7#define b ) 8a b ) ; 9 10