Files
llvm-project/clang/test/Coverage/parse-callbacks.m
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
113 B
Objective-C

// RUN: clang --parse-noop %s &&
// RUN: clang --parse-print-callbacks %s
#include "objc-language-features.inc"