Files
llvm-project/clang/test/Coverage/ast-printing.c
Daniel Dunbar 83f705ac20 Add coverage tests of C and Obj-C language features.
- AST printing, dumping, serialization, codegen.
 - HTML printing.
 - Parser callbacks.

Several of these are XFAIL because they trigger unimplemented code.

llvm-svn: 57081
2008-10-04 23:47:28 +00:00

6 lines
131 B
C

// RUN: clang --fsyntax-only %s &&
// RUN: clang --ast-print %s &&
// RUN: clang --ast-dump %s
#include "c-language-features.inc"