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

6 строки
43 B
C++
Исходник Обычный вид История

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