Files
llvm-project/clang/test/Coverage/html-print.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

4 lines
70 B
C

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