2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20031208-1.c
blob02586dfe1c0a7b9be9326ac8ec5ec6bf7b450dbc
1 extern int foo(int, ...);
2 int bar(void) {
3 long double l = 1.2345E6;
4 foo(0, l);
5 return 0;