blob: 3d652dc604d94cfd000b1e2ee76d458397efd6da [file] [log] [blame]
Rafael Espindola925213b2013-07-04 16:16:58 +00001/* RUN: not %clang_cc1 -E %s 2>&1 >/dev/null | grep error: | count 3
Chris Lattnerd05e44e2007-09-24 05:14:57 +00002 */
3
4#ifdef
5
6#endif
7
Chris Lattner97ff7762008-01-22 19:34:51 +00008/* End of function-like macro invocation in #ifdef */
9/* PR1936 */
10#define f(x) x
11#if f(2
12#endif
13
14int x;
15