summaryrefslogtreecommitdiffstats
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 0000000..35fe45d
--- /dev/null
+++ b/test/Frontend/stdin.c
@@ -0,0 +1,3 @@
+// RUN: clang-cc -E - < /dev/null > %t
+// RUN: grep '<built-in>' %t
+
OpenPOWER on IntegriCloud