Sign in
llvm
/
clang
/
a5728872c7702ddd09537c95bc3cbd20e1f2fb09
/
.
/
test
/
CodeGenCXX
/
global-llvm-constant.cpp
blob: e799231ab74467bd98d244000756ca33c8a8da5f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
struct
A
{
A
()
{
x
=
10
;
}
int
x
;
};
const
A x
;
// CHECK: @x = internal global