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