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