blob: e03c5173533598b76f9e73a3e476d27a2c755718 [file] [log] [blame]
Alex Lorenza1864172017-01-03 12:14:59 +00001// 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
Serge Pavlova67a4d22016-11-10 08:49:37 +00004// RUN: diff %t.1.cpp %t.2.cpp
Alex Lorenza1864172017-01-03 12:14:59 +00005// RUN: %clang_cc1 -std=c++14 -ast-dump %s
6// RUN: %clang_cc1 -std=c++14 -print-decl-contexts %s
7// RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s
Douglas Gregor3bc6e4c2009-05-30 06:31:56 +00008
9#include "cxx-language-features.inc"