blob: 040672a42497e936726b73ba3d4653e73aee6223 [file] [log] [blame]
int flob(void);
int main(void) {
return (flob() == 1 ? 0 : 1);
}