c47e78b10f ^
1 2 3 4 5 6 7 8
int bar (void); extern void free (void *); int bar (void) { free (0); return 40; }