DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-2 / test / manual / sample.c
123456789101112
typedef /*@abstract@*/ char *mstring; int faucet (void) { int *x = (int *) malloc (sizeof (int) * 24); /* ** silly program ... */ return 3; }