mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Assert when encountering a malformed module alias.
This commit is contained in:
@@ -2,7 +2,7 @@ import std;
|
||||
struct Foo
|
||||
{
|
||||
int a;
|
||||
int[int.max] b; // #error: "Struct member 'b' would cause the struct to become too large
|
||||
int[int.max] b; // #error: Struct member 'b' would cause the struct to become too large
|
||||
}
|
||||
|
||||
fn int main()
|
||||
|
||||
Reference in New Issue
Block a user