Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
20e098b7e7fda6bed1d67441b56cce77cd3aa918
/
.
/
test
/
CodeGenCXX
/
global-llvm-constant.cpp
blob: bd4319667e8f0667c165cfeceecb18e0269008a6 [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm -o - %s | FileCheck %s
struct
A
{
A
()
{
x
=
10
;
}
int
x
;
};
const
A x
;
// CHECK: @x = internal global