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

6 lines
43 B
C++

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