Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
cb57fb9f91e0976f4a3382b89a2734ffa50eb6fb
/
.
/
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