source: tests/link-once-destructor/waitfor-destructor.cfa@ a30fceb

stuck-waitfor-destruct
Last change on this file since a30fceb was 507fc97, checked in by Matthew Au-Yeung <mw2auyeu@…>, 2 months ago

test associated with it

  • Property mode set to 100644
File size: 145 bytes
Line 
1#include "nodestructor.hfa"
2
3int main(int, char*[]) {
4 MyThread ahhh; // call destructor after
5
6 // waits for its own destructor to be called
7}
8
Note: See TracBrowser for help on using the repository browser.