summaryrefslogtreecommitdiffstats
path: root/test/Coverage/ast-printing.c
blob: bbbc366eb711cfc8642a2a1ca1c3bed8f7247838 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -fsyntax-only %s
// RUN: %clang_cc1 -ast-print %s
// RUN: %clang_cc1 -ast-dump %s
// RUN: %clang_cc1 -ast-print-xml -o %t %s
// RUN: %clang_cc1 -print-decl-contexts %s

#include "c-language-features.inc"
OpenPOWER on IntegriCloud