mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fixed test
This commit is contained in:
@@ -12,5 +12,5 @@ fn void test()
|
||||
|
||||
fn void test2()
|
||||
{
|
||||
foo(FOO); // #error: $x must be assigned a compile-time constant. 'extern' constants are resolved
|
||||
foo(FOO); // #error: A compile-time parameter requires a value known at compile time. Did
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user