summaryrefslogtreecommitdiff
path: root/xpcom/tests/static-checker/TestStaticInitGlobalConst.cpp
blob: c1efe10eaad75bafa45ad984f8587b97d406430d (plain)
1
2
3
4
5
int foo() {
  return 0;
}
 
const static int x = foo();