Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
bc4e29f307f86ddbc2f31d9530da79ad9b0c6b7b
/
.
/
test
/
CodeGenObjC
/
attr-strong.c
blob: ca83334494350c2a42f63d8e309e1c68c563fcb3 [
file
] [
log
] [
blame
]
// RUN: clang -emit-llvm -S -o %t %s
struct
s0
{
void
*
a
;
};
struct
s0
*
__attribute__
((
objc_gc
(
strong
)))
g0
;
void
f0
(
void
)
{
g0
->
a
=
0
;
}