aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/ast-printing.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Coverage/ast-printing.c')
-rw-r--r--test/Coverage/ast-printing.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c
new file mode 100644
index 0000000000..0fc8b9f833
--- /dev/null
+++ b/test/Coverage/ast-printing.c
@@ -0,0 +1,5 @@
+// RUN: clang --fsyntax-only %s &&
+// RUN: clang --ast-print %s &&
+// RUN: clang --ast-dump %s
+
+#include "c-language-features.inc"