#include int test_func() { return 99; } int main() { int result = test_func(); return result; }