aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/ast-printing.c
blob: 182bd4d1b25a969642574e70818c7994e103e397 (plain)
1
2
3
4
5
6
// 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

#include "c-language-features.inc"