source:
tests/bugs/95.cfa
@
3df4cd9
Last change on this file since 3df4cd9 was 4d23dd2, checked in by , 4 years ago | |
---|---|
|
|
File size: 224 bytes |
Line | |
---|---|
1 | // Trac ticket |
2 | // https://cforall.uwaterloo.ca/trac/ticket/95 |
3 | |
4 | #include <monitor.hfa> |
5 | monitor M { condition e; } m; |
6 | void rtn( M & mutex m ); |
7 | void bar( M & mutex m ) { |
8 | waitfor( rtn, m ); // not ambiguous, select parameter |
9 | } |
Note: See TracBrowser
for help on using the repository browser.