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