cbc/test/defun-semcheck5.cb

3 lines
50 B
Plaintext

union u { int x; };
union u f(void) { return 1; }