7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
void test(int x);
|
|
void test(out int x) {}
|
|
|
|
/*%%*
|
|
modifiers on parameter 1 differ between declaration and definition
|
|
*%%*/
|