summaryrefslogtreecommitdiffstats
path: root/test/input/GNU-va_arg_pack.c
blob: 7a437cfe33141ef4027d2fcc43acd76fa75ca8d6 (plain)
1
2
3
__inline int start(int n, ...) {
  return start(n + __builtin_va_arg_pack_len(), __builtin_va_arg_pack());
}