comparison: xpcom/tests/static-checker/TestStaticInitGlobalConst.cpp
xpcom/tests/static-checker/TestStaticInitGlobalConst.cpp
- branch
- TOR_BUG_3246
- changeset 4
- fc2d59ddac77
equal
deleted
inserted
replaced
|
1 int foo() { |
|
2 return 0; |
|
3 } |
|
4 |
|
5 const static int x = foo(); |