Daniel Dunbar | 8fbe78f | 2009-12-15 20:14:24 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -fsyntax-only %s |
2 | // RUN: %clang_cc1 -ast-print %s | ||||
3 | // RUN: %clang_cc1 -ast-dump %s | ||||
4 | // FIXME: %clang_cc1 -ast-print-xml -o %t %s | ||||
Douglas Gregor | 3bc6e4c | 2009-05-30 06:31:56 +0000 | [diff] [blame] | 5 | |
6 | #include "cxx-language-features.inc" |