Argyrios Kyrtzidis | ff1ed98 | 2011-02-15 23:45:31 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
2 | |||||
3 | // rdar://8914293 | ||||
4 | // We want be compatible with gcc and warn, not error. | ||||
5 | |||||
6 | /* expected-warning {{missing terminating}} */ #define FOO "foo | ||||
7 | /* expected-warning {{missing terminating}} */ #define KOO 'k |