10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
|
|
Type := struct {
|
|
brah: int,
|
|
blah: int,
|
|
}
|
|
|
|
main := fn(): int {
|
|
return @eca(int, 1, Type.(10, 20), @sizeof(Type), @alignof(Type), 5, 6);
|
|
}
|