repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
attr-strong.c
blob
f1474bc93eb590cccedc58a3727777372c7cf987
1
// RUN: %clang -emit-llvm -S -o %t %s
2
3
struct
s0
{
4
void
*
a
;
5
};
6
struct
s0
*
__attribute__
((
objc_gc
(
strong
)))
g0
;
7
void
f0
(
void
) {
8
g0
->
a
=
0
;
9
}