Files
palemoon27/xpcom/tests/static-checker/TestStaticInitStructOK.cpp
T

6 lines
43 B
C++

struct Blah {
int i;
};
Blah b = { 3 };