Files
tubestation/xpcom/tests/static-checker/TestStaticInitStructOK.cpp
2010-08-18 18:04:39 -07:00

6 lines
43 B
C++

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