PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr65780-2.c
blobbff33237cf52349130acd00873c5bf4a2006322c
1 /* PR target/65780 */
2 /* { dg-do link { target *-*-linux* *-*-gnu* } } */
3 /* { dg-require-effective-target pie } */
4 /* { dg-options "-O2 -fpie" } */
6 int optopt;
8 int
9 main ()
11 optopt = 4;
12 return 0;