cbc/test/test3.cb

8 lines
86 B
Plaintext

// lookahead test (defstruct VS defvar)
struct file {
int fd;
};
struct file f;