xpcom/tests/static-checker/TestStaticInitAttr.cpp

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e71001e20c7a
1 int foo() __attribute__((constructor));
2
3 int foo() {
4 return 0;
5 }

mercurial