Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4d374d4a4832a01d5d3b75c59cb1567e60df41e7
/
.
/
test
/
CodeGenObjC
/
objc2-assign-global.m
blob: ae407619093e6c9ac256d727bcddb086bbc4b6f9 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fnext-runtime -fobjc-gc -emit-llvm -o %t %s &&
// RUN: grep -F '@objc_assign_global' %t | count 2 &&
// RUN: true
id a
;
int
main
()
{
a
=
0
;
}