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

6 lines
67 B
C++

int foo() __attribute__((constructor));
int foo() {
return 0;
}