gecko/xpcom/tests/static-checker/TestStaticInitStructOK.cpp

6 lines
43 B
C++

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