mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
import std;
|
|
fn int bar(const int* baz) // #error: 'const' is not allowed here, did you try to make a C style const parameter?
|
|
{} |