Daniel Dunbar | 4fcfde4 | 2009-11-08 01:45:36 +0000 | [diff] [blame] | 1 | // RUN: clang-cc --fsyntax-only %s |
2 | // RUN: clang-cc --ast-print %s | ||||
3 | // RUN: clang-cc --ast-dump %s | ||||
Douglas Gregor | ee75c05 | 2009-05-21 20:55:50 +0000 | [diff] [blame] | 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" |