source:
tests/link-once-destructor/nodestructor.cfa@
a30fceb
| Last change on this file since a30fceb was 507fc97, checked in by , 2 months ago | |
|---|---|
|
|
| File size: 129 bytes | |
| Rev | Line | |
|---|---|---|
| [507fc97] | 1 | #include "nodestructor.hfa" |
| 2 | ||
| 3 | #include <fstream.hfa> | |
| 4 | ||
| 5 | void main(MyThread &t) { | |
| 6 | waitfor(^?{} : t); | |
| 7 | sout | "Destructor called"; | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.