mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
11 lines
93 B
Plaintext
11 lines
93 B
Plaintext
struct Foo {
|
|
u32 a;
|
|
}
|
|
|
|
struct Foo {
|
|
u32 b;
|
|
}
|
|
|
|
def main() -> bool {
|
|
return true;
|
|
} |