source:
tests/errors/signature.cfa
@
7bb516f
Last change on this file since 7bb516f was cb8a18c, checked in by , 5 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.