summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Preprocessor/c90.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/c90.c b/clang/test/Preprocessor/c90.c
new file mode 100644
index 00000000000..4287d0d6b8a
--- /dev/null
+++ b/clang/test/Preprocessor/c90.c
@@ -0,0 +1,10 @@
+/* RUN: clang-cc %s -std=c89 -Eonly -verify -pedantic-errors
+ */
+
+/* PR3919 */
+
+#define foo`bar /* expected-error {{whitespace required after macro name}} */
+#define foo2!bar /* expected-warning {{whitespace required after macro name}} */
+
+#define foo3$bar /* expected-error {{'$' in identifier}} */
+
OpenPOWER on IntegriCloud