chibicc icon indicating copy to clipboard operation
chibicc copied to clipboard

Function type parameter without identifier errs

Open sanxiyn opened this issue 2 years ago • 0 comments

int f(int(int));

gives an error:

test.c:1: int f(int(int));
                    ^ expected ')'

sanxiyn avatar Sep 17 '21 08:09 sanxiyn