#include <stdio.h>

int main(void)
{
        printf("%d\n", test_foo());
}



