summaryrefslogtreecommitdiffstats
path: root/test/Coverage/ast-printing.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Coverage/ast-printing.m')
-rw-r--r--test/Coverage/ast-printing.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Coverage/ast-printing.m b/test/Coverage/ast-printing.m
new file mode 100644
index 0000000..85bbd43
--- /dev/null
+++ b/test/Coverage/ast-printing.m
@@ -0,0 +1,5 @@
+// RUN: clang-cc --fsyntax-only %s &&
+// RUN: clang-cc --ast-print %s &&
+// RUN: clang-cc --ast-dump %s
+
+#include "objc-language-features.inc"
OpenPOWER on IntegriCloud