source: tests/concurrency/keywordErrors.cfa

Last change on this file was c26bea2a, checked in by Peter A. Buhr <pabuhr@…>, 11 months ago

first attempt at renaming directory tests/concurrent to tests/concurrency to harmonize with other concurrency directory names

  • Property mode set to 100644
File size: 104 bytes
Line 
1thread A {};
2
3// This include isn't enough but used to fool the check
4#include <invoke.h>
5
6thread B {};
Note: See TracBrowser for help on using the repository browser.