zig/test/standalone/use_alias/foo.h

5 lines
38 B
C

struct Foo {
int a;
int b;
};