Files
c3c/test/test_suite/functions/const_param.c3
2026-02-06 02:00:26 +01:00

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?
{}