Teach TreeTransform how to transform a pack expansion type into
[clang.git] / test / CodeGenCXX / global-llvm-constant.cpp
blobef1dcf0c59bf2bc1dad415364ea2a43df3740615
1 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
3 struct A {
4 A() { x = 10; }
5 int x;
6 };
8 const A x;
10 // CHECK: @_ZL1x = internal global