3 lines
42 B
Plaintext
3 lines
42 B
Plaintext
void test(int x);
|
|
void test(out int x) {}
|
void test(int x);
|
|
void test(out int x) {}
|