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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Coverage/ast-printing.c b/test/Coverage/ast-printing.c
new file mode 100644
index 000000000000..efa950934ba0
--- /dev/null
+++ b/test/Coverage/ast-printing.c
@@ -0,0 +1,6 @@
+// RUN: clang-cc --fsyntax-only %s &&
+// RUN: clang-cc --ast-print %s &&
+// RUN: clang-cc --ast-dump %s &&
+// RUN: clang-cc --ast-print-xml -o %t %s
+
+#include "c-language-features.inc"