mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Additional fixes on $define
This commit is contained in:
@@ -15,4 +15,8 @@ fn void binary()
|
||||
assert(!$defined(*1));
|
||||
assert(!$defined(&1));
|
||||
assert(!$defined(1 = "ofek"));
|
||||
String[] a;
|
||||
assert(!$defined(a[0] = 1));
|
||||
int x;
|
||||
assert(!$defined(x[0]));
|
||||
}
|
||||
Reference in New Issue
Block a user