// created on `%YEAR%`-`%MONTH%`-`%DAY%` by `%USER%` #include int test1() { return 0; } int main(void) { test1(); return 0; }