PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr69169.c
blobecf847cba1bfe7c32e1f71b7050e31d2537f576a
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 struct pgm_slist_t
6 struct pgm_slist_t *__restrict next;
7 };
9 void
10 fn1 (struct pgm_slist_t p1)