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

5 lines
107 B
C

// RUN: clang -emit-llvm -o %t %s
// RUN: clang -emit-llvm-bc -o %t %s
#include "c-language-features.inc"