source: tests/concurrency/waitfor/gendestructor.hfa

stuck-waitfor-destruct
Last change on this file was 6018ddb, checked in by Matthew Au-Yeung <mw2auyeu@…>, 16 hours ago

Revert "cleanup and add tests"

This reverts commit a56d544a48fa37aa9352321253b32a7ddc0159c7.

  • Property mode set to 100644
File size: 69 bytes
Line 
1#include <thread.hfa>
2
3thread MyThread {};
4
5void main(MyThread &t);
Note: See TracBrowser for help on using the repository browser.