xpcom/tests/static-checker/TestStaticInitConstructor.cpp

changeset 0
6474c204b198
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