aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/stdin.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend/stdin.c')
-rw-r--r--test/Frontend/stdin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Frontend/stdin.c b/test/Frontend/stdin.c
new file mode 100644
index 0000000000..1b1bc67613
--- /dev/null
+++ b/test/Frontend/stdin.c
@@ -0,0 +1,3 @@
+// RUN: clang -E - < /dev/null &> %t
+// RUN: grep '<predefines>' %t
+