]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr64075.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr64075.c
CommitLineData
3c350d48
IE
1/* PR lto/64075 */
2/* { dg-do compile } */
3/* { dg-require-effective-target lto } */
4/* { dg-options "-flto" } */
5
6_Complex float test (float a, float b, float c, float d)
7{
8 return 1.0iF;
9}