1@import top;
2
3template<typename T>
4void f(int k, ...) {
5  va_list va;
6  __builtin_va_start(va, k);
7}
8