blob: 4e0f0ac1f2b8b4335f2c7fd551dbc9f3d6a6141f [file] [log] [blame]
#define FOO(X) X
#if FOO(
#elif FOO(
#endif
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-3):9 %s
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-3):11 %s