Searched refs:localStuff (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | structmember.c | 25 } localStuff = { 10, 20, 30 }; in main() local 29 void (^b)(void) = ^ { printf("d is %d, localStuff.a is %lu", d, localStuff.a); }; in main()
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | structmember.c | 24 } localStuff = { 10, 20, 30 }; in main() local 28 void (^b)(void) = ^ { printf("d is %d, localStuff.a is %lu", d, localStuff.a); }; in main()
|