hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone
Blob Blame History Raw
int bar (void);
extern void free (void *);

int bar (void)
{
  free (0);
  return 40;
}