]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Coverage/ast-printing.c
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Coverage / ast-printing.c
1 // RUN: %clang_cc1 -fsyntax-only %s
2 // RUN: %clang_cc1 -ast-print %s -o %t.1.c
3 // RUN: %clang_cc1 -ast-print %t.1.c -o %t.2.c
4 // RUN: diff %t.1.c %t.2.c
5 // RUN: %clang_cc1 -ast-dump %s
6 // RUN: %clang_cc1 -print-decl-contexts %s
7
8 #include "c-language-features.inc"