xpcom/tests/static-checker/TestStaticInitGlobalConst.cpp

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:cb96a4ee446e
1 int foo() {
2 return 0;
3 }
4
5 const static int x = foo();

mercurial