source: tests/concurrency/waitfor/static_inline.cfa

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

fixup tests more

  • Property mode set to 100644
File size: 152 bytes
RevLine 
[2b3ebe5]1#include "inlinemutex.hfa"
[f1cb193]2
3int main() {
4 // Creates a thread that will call the destructor
5 // when the thread exits
6 Cleaner c;
7 cleanup( c );
8}
Note: See TracBrowser for help on using the repository browser.