PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / pr36282-2.c
blob86d3ad657a31e5f45dc39eb0422e55aaeb3df5d6
1 /* PR middle-end/36282 */
2 /* { dg-do compile } */
4 extern void *baz (void *dest, const void *src, __SIZE_TYPE__ n);
5 extern __typeof (baz) baz __asm("bazfn"); /* { dg-bogus "asm declaration ignored due to conflict with previous rename" } */
7 void
8 foo (void)