Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8203725f37fbb45ded343e4378247fee3389c0da
/
.
/
test
/
CodeGen
/
global-init.c
blob: 4b769f8ccbb08b52ab2de82ada5927db1daf27bf [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm -o - %s | not grep "common"
// This checks that the global won't be marked as common.
// (It shouldn't because it's being initialized).
int
a
;
int
a
=
242
;