]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Coverage/ast-printing.cpp
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / Coverage / ast-printing.cpp
1 // RUN: %clang_cc1 -std=c++14 -fsyntax-only %s
2 // RUN: %clang_cc1 -std=c++14 -ast-print %s -o %t.1.cpp
3 // RUN: %clang_cc1 -std=c++14 -ast-print %t.1.cpp -o %t.2.cpp
4 // RUN: diff %t.1.cpp %t.2.cpp
5 // RUN: %clang_cc1 -std=c++14 -ast-dump %s
6 // RUN: %clang_cc1 -std=c++14 -ast-dump-all %s
7 // RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s
8
9 #include "cxx-language-features.inc"