summaryrefslogtreecommitdiffstats
path: root/test/Coverage/ast-printing.c
blob: efa950934ba0a927b5c7e3cc0000f62a1671b085 (plain)
1
2
3
4
5
6
// RUN: clang-cc --fsyntax-only %s &&
// RUN: clang-cc --ast-print %s &&
// RUN: clang-cc --ast-dump %s &&
// RUN: clang-cc --ast-print-xml -o %t %s

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