@import top; template void f(int k, ...) { va_list va; __builtin_va_start(va, k); }