Searched refs:staticStruct (Results 1 – 1 of 1) sorted by relevance
11 static struct { int x; } staticStruct; // expected-note + {{'staticStruct' declared here}} variable15 …(void)staticStruct.x; // expected-warning{{static variable 'staticStruct' is used in an inline fun… in useStatic()