mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Prepare removing "func"
This commit is contained in:
@@ -143,7 +143,7 @@ fn void test19()
|
||||
/*
|
||||
const i32 Num = 200;
|
||||
|
||||
func void test1() {
|
||||
fn void test1() {
|
||||
i8 a = test.Num; // @error{constant value 200 out-of-bounds for type 'i8', range [-128, 127]}
|
||||
}*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user