Files
circ/scripts/zcx_tests/redef_struct.zxf
2025-02-12 09:07:15 -08:00

11 lines
93 B
Plaintext

struct Foo {
u32 a;
}
struct Foo {
u32 b;
}
def main() -> bool {
return true;
}