cbc/test/defun-semcheck7.cb

4 lines
75 B
Plaintext

struct s { int x; };
typedef struct s mytype;
mytype f(void) { return 1; }