Erythro/tests/struct.er
2021-02-22 17:43:06 +00:00

6 lines
62 B
Plaintext

struct a {
int x,
int y
};
int main() { return (0); }