#include int main() { int subFunc() { return 5; } printf("%d\n", subFunc()); return 0; }