cbc/test/struct-semcheck2.cb

6 lines
77 B
Plaintext

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