Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dpartial-reinitialization2.c57 union UP2 get123() in get123() function
72 struct LUP2 { union UP2 up; } var = { get123(), .up.p2.a = 100 }; in test4()