Files
zig/test/standalone/use_alias/foo.h
2017-08-20 04:03:36 -04:00

5 lines
38 B
C

struct Foo {
int a;
int b;
};