You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
379 B
10 lines
379 B
// RUN: %clang_cc1 -std=c++14 -fsyntax-only %s
|
|
// RUN: %clang_cc1 -std=c++14 -ast-print %s -o %t.1.cpp
|
|
// RUN: %clang_cc1 -std=c++14 -ast-print %t.1.cpp -o %t.2.cpp
|
|
// RUN: diff %t.1.cpp %t.2.cpp
|
|
// RUN: %clang_cc1 -std=c++14 -ast-dump %s
|
|
// RUN: %clang_cc1 -std=c++14 -ast-dump-all %s
|
|
// RUN: %clang_cc1 -std=c++14 -fdump-record-layouts %s
|
|
|
|
#include "cxx-language-features.inc"
|