#include <iostream>
int hue()
{
return 1;
}
int main()
{
int(*myFunc)() = hue;
printf("OUT: %d", myFunc());
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgoKaW50IGh1ZSgpCnsKICAgIHJldHVybiAxOwp9CiAKaW50IG1haW4oKQp7CiAgICBpbnQoKm15RnVuYykoKSA9IGh1ZTsKICAgIAogICAgCiAgICBwcmludGYoIk9VVDogJWQiLCBteUZ1bmMoKSk7CgogCiAgICByZXR1cm4gMDsKfQ==