source:
tests/errors/signature.cfa@
b3d794fc
| Last change on this file since b3d794fc was cb8a18c, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 230 bytes | |
| Rev | Line | |
|---|---|---|
| [686cb63] | 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); | |
| [cb8a18c] | 13 | void ?{}(int *); |
| 14 | void ^?{}(int *); | |
| 15 | void ?=?(int *); |
Note:
See TracBrowser
for help on using the repository browser.