Daniel Dunbar | d7d5f02 | 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 | ee75c05 | 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 | 417dd17 | 2008-10-04 23:47:28 +0000 | [diff] [blame] | 5 | |
6 | #include "c-language-features.inc" |