// RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=1
// RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=2
;
// ChooseExpr
void // expected-error {{cannot yet mangle}}
;
// CompoundLiteralExpr
void // expected-error {{cannot yet mangle}}
;
// FIXME: There are several more cases we can't yet mangle.