cbc/test/struct-semcheck10.cb

7 lines
84 B
Plaintext

struct a {
int x;
void y;
};
int main(int argc, char **argv) { return 0; }