Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / conv-1.c
blob07e41a6ac47aa84f05792bdb8fd2519accb94a59
1 /* Copyright (C) 2000 Free Software Foundation.
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
5 /* { dg-do compile } */
7 double
8 foo (unsigned long var)
10 return var;