brintos

brintos / llvm-project-archived public Read only

0
0
Text · 145 B · f1474bc Raw
10 lines · c
1// RUN: %clang -emit-llvm -S -o %t %s2 3struct s0 {4  void *a;5};6struct s0 * __attribute__((objc_gc(strong))) g0;7void f0(void) {8  g0->a = 0;9}10