Daniel Dunbar | a45cf5b | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc --fsyntax-only %s && |
2 | // RUN: clang-cc --ast-print %s && | ||||
Douglas Gregor | 7f5601e5 | 2009-05-21 20:55:50 +0000 | [diff] [blame] | 3 | // RUN: clang-cc --ast-dump %s && |
4 | // RUN: clang-cc --ast-print-xml -o %t %s | ||||
Daniel Dunbar | 83f705a | 2008-10-04 23:47:28 +0000 | [diff] [blame] | 5 | |
6 | #include "c-language-features.inc" |