source: tests/link-once-destructor/nodestructor.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: 129 bytes
Line 
1#include "nodestructor.hfa"
2
3#include <fstream.hfa>
4
5void main(MyThread &t) {
6 waitfor(^?{} : t);
7 sout | "Destructor called";
8}
Note: See TracBrowser for help on using the repository browser.