I have code like this
// test_printf.c #include int f(){ printf("aaa %d\\n", 1); }
And I compile it with the f