ADT
ast-experimental
enum
forall-pointer-decay
pthread-emulation
qualifiedEnum
Last change
on this file since bbe3719 was 5715d43, checked in by Andrew Beach <ajbeach@…>, 5 years ago |
Exceptions now get their context differently with libcfathread. Added a number of tests to help test this.
|
-
Property mode
set to
100644
|
File size:
223 bytes
|
Rev | Line | |
---|
[5715d43] | 1 | // Header used to force linking with libcfathread.
|
---|
| 2 |
|
---|
| 3 | // I know its "with threads" but a coroutine is enough to bring it all in.
|
---|
| 4 | #include <coroutine.hfa>
|
---|
| 5 |
|
---|
| 6 | coroutine DummyCoroutine {};
|
---|
| 7 |
|
---|
| 8 | DummyCoroutine ignored_dummy_coroutine;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.