PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr64075.c
blobf913a79eed10af0ac22b80746108be7624bc29f5
1 /* PR lto/64075 */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target lto } */
4 /* { dg-options "-flto" } */
6 _Complex float test (float a, float b, float c, float d)
8 return 1.0iF;