mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
5 lines
38 B
C
5 lines
38 B
C
|
struct Foo {
|
||
|
int a;
|
||
|
int b;
|
||
|
};
|