1 // RUN: %clang_cc1 -E %s | grep 'noexp: foo y'
2 // RUN: %clang_cc1 -E %s | grep 'expand: abc'
3 // RUN: %clang_cc1 -E %s | grep 'noexp2: foo nonexp'
4 // RUN: %clang_cc1 -E %s | grep 'expand2: abc'
10 // This should not expand to abc, because the foo macro isn't followed by (.
14 // This should expand to abc.
20 // This should be 'foo nonexp'