#include int f(); int f(){ return 0; } int main(){ f(); return 0; }