Daniel Dunbar | a45cf5b | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -E %s | grep -F 'static int glob = (1 + 1 );' |
Chris Lattner | b10969b | 2006-07-30 07:33:49 +0000 | [diff] [blame] | 2 | |
3 | #define R_PAREN ) | ||||
4 | |||||
5 | #define FUNC(a) a | ||||
6 | |||||
7 | static int glob = (1 + FUNC(1 R_PAREN ); | ||||
8 |