Home
last modified time | relevance | path

Searched refs:localStuff (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Dstructmember.c25 } 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/
Dstructmember.c24 } localStuff = { 10, 20, 30 }; in main() local
28 void (^b)(void) = ^ { printf("d is %d, localStuff.a is %lu", d, localStuff.a); }; in main()