/* 920625-1.c from the execute part of the gcc torture suite. */ #include #ifdef __SDCC #pragma std_c99 #endif #include #if !defined(__SDCC_pdk14) // Lack of memory typedef struct{double x,y;}point; point pts[]={{1.0,2.0},{3.0,4.0},{5.0,6.0},{7.0,8.0}}; static int va1(int nargs,...) { va_list args; int i; point pi; va_start(args,nargs); for(i=0;i