xpcom/tests/static-checker/TestStaticInitConstructor.cpp

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:c8d421e65010
1 struct Blah {
2 public:
3 Blah() { }
4 ~Blah() { } // raises call to __cxa_atexit
5 };
6
7 Blah b;

mercurial