Erythro/tests/struct.er

6 lines
62 B
Plaintext
Raw Normal View History

2021-02-22 17:43:06 +00:00
struct a {
int x,
int y
};
int main() { return (0); }