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 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