9 lines
150 B
C
9 lines
150 B
C
/* Taken from Wine's configure script. LGPL 2.1+ */
|
|
|
|
#include <stdarg.h>
|
|
|
|
int main(void)
|
|
{
|
|
void func(__builtin_ms_va_list *args);
|
|
return 0;
|
|
}
|