mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Optimize sret / byval. Fixes to types and failables.
This commit is contained in:
committed by
Christoffer Lerno
parent
dfe3128b16
commit
160659c4e3
@@ -1,5 +1,5 @@
|
||||
|
||||
int[-1] a; // #error: An array may not have a negative size
|
||||
int[10-20] b; // #error: An array may not have a negative size
|
||||
int[-1] a; // #error: An array may not have a negative
|
||||
int[10-20] b; // #error: An array may not have a negative
|
||||
int[<-1>] c; // #error: A vector may not have a negative width
|
||||
int[<10-20>] d; // #error: A vector may not have a negative width
|
||||
|
||||
Reference in New Issue
Block a user