PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr29299.c
blob9049060fae452d71e624bc46d49a04cd1354767d
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 static int bof __attribute__((used));
5 int foo()
7 static int barbarbarbar __attribute__((used));
8 };
10 /* { dg-final { scan-assembler "barbarbarbar" } } */