PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr68907.c
blobde1c237b826f3d98375e94841a3871b4b2142b79
1 /* PR c/60195 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -Wpedantic -Wall" } */
5 _Atomic int a;
7 void
8 fn (void)
10 ++a;
11 a++;
12 --a;
13 a--;