2008-03-21 10:02:04 +03:00
|
|
|
/* RUN: clang -E %s 2>&1 >/dev/null | grep error: | count 3
|
2007-09-24 09:14:57 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2008-01-22 22:34:51 +03:00
|
|
|
/* End of function-like macro invocation in #ifdef */
|
|
|
|
/* PR1936 */
|
|
|
|
#define f(x) x
|
|
|
|
#if f(2
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int x;
|
|
|
|
|