blob: e9fc7fb4943eb6d132c265744077542569ffb515 [file] [log] [blame]
void pipe(int);
void f1(void) {
pipe(1);
}