aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr85404.c
blob: 882d8ab78758e936ac615697b1ccf1f6fbd8485d (plain)
1
2
3
4
5
6
/* { dg-do assemble { target cet } } */
/* { dg-options "-fleading-underscore -fcf-protection" } */

void func(void) __asm("_func");
void _func(int x) {}
void func(void) {}