jitbp()1*87aa9c9eSJonas Devlieghere int jitbp() { return 0; } main()2*87aa9c9eSJonas Devlieghere int main() { return jitbp(); } 3