mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated test.
This commit is contained in:
@@ -12,7 +12,7 @@ fn void nested_struct()
|
||||
{
|
||||
Test2* array;
|
||||
assert((uptr)&array[1] - (uptr)array == 32);
|
||||
assert((uptr)&array[1] == Test2.sizeof);
|
||||
assert((uptr)&array[1] - (uptr)array == Test2.sizeof);
|
||||
assert(Test2.sizeof == 32);
|
||||
assert(Test.sizeof == 16);
|
||||
}
|
||||
Reference in New Issue
Block a user