module vararg1; import tango.stdc.stdarg; extern(C) int add(int n, ...) { va_list ap=void; va_start(ap, n); int r; for (int i=0; i