mirror of https://github.com/aamine/cbc
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
|
// lookahead test (defstruct VS defvar)
|
||
|
|
||
|
struct file {
|
||
|
int fd;
|
||
|
};
|
||
|
|
||
|
struct file f;
|
||
|
|
||
|
int main(int argc, char **argv) { return 0; }
|