xref: /llvm-project/clang/test/Coverage/ast-printing.c (revision 7f5601e55f7f16abdb88130a56241f6c3b059694)
1 // RUN: clang-cc --fsyntax-only %s &&
2 // RUN: clang-cc --ast-print %s &&
3 // RUN: clang-cc --ast-dump %s &&
4 // RUN: clang-cc --ast-print-xml -o %t %s
5 
6 #include "c-language-features.inc"
7