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

6 lines
56 B
C++

int foo() {
return 0;
}
const static int x = foo();