void hailstone1(int); int main(void) { hailstone1(27); return 0; }