comparison: xpcom/tests/static-checker/TestStaticInitConstructor.cpp
xpcom/tests/static-checker/TestStaticInitConstructor.cpp
- branch
- TOR_BUG_3246
- changeset 4
- fc2d59ddac77
equal
deleted
inserted
replaced
|
1 struct Blah { |
|
2 public: |
|
3 Blah() { } |
|
4 ~Blah() { } // raises call to __cxa_atexit |
|
5 }; |
|
6 |
|
7 Blah b; |