Ticket #209 (new defect)

Opened 14 years ago

error: "car: expects argument of type <pair>; given ()" on specific input

Reported by: zwizwa Owned by: dherman
Priority: major Milestone:
Component: dherman/c.plt Keywords:
Cc: Version: 3:2
Racket Version: 4.2

Description

The following 2-line input to `parse-program' produces the error:
"car: expects argument of type <pair>; given ()"

void foo(void *x, void *y) { int i = foo(x, y); }
void bar(void *x, void *y) { int i = bar(x, y); }

Note: See TracTickets for help on using tickets.