aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/pr36282-2.c
blob: 86d3ad657a31e5f45dc39eb0422e55aaeb3df5d6 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR middle-end/36282 */
/* { dg-do compile } */

extern void *baz (void *dest, const void *src, __SIZE_TYPE__ n);
extern __typeof (baz) baz __asm("bazfn"); /* { dg-bogus "asm declaration ignored due to conflict with previous rename" } */

void
foo (void)
{
}