Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A 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()