Closed tavianator closed 5 years ago
tavianator@superluminal $ cat foo.c int main() { return (0, 1); } tavianator@superluminal $ ./src/bic foo.c Parser Error: <stdin>:2 syntax error, unexpected ',', expecting ')'.
Should now be fixed. Thanks for the report!