cbc/test/defun-semcheck6.cb

4 lines
73 B
Plaintext

union u { int x; };
typedef union u mytype;
mytype g(void) { return 1; }