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