source:
tests/errors/signature.cfa@
22f2b7d
| Last change on this file since 22f2b7d was cb8a18c, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 230 bytes | |
| Line | |
|---|---|
| 1 | // No parameters |
| 2 | void ?{}(); |
| 3 | void ^?{}(); |
| 4 | void ?=?(); |
| 5 | void ?{}(void); |
| 6 | void ^?{}(void); |
| 7 | void ?=?(void); |
| 8 | |
| 9 | // Wrong parameters |
| 10 | void ?{}(int); |
| 11 | void ^?{}(int); |
| 12 | void ?=?(int); |
| 13 | void ?{}(int *); |
| 14 | void ^?{}(int *); |
| 15 | void ?=?(int *); |
Note:
See TracBrowser
for help on using the repository browser.