Require CET target on gcc.target/i386/pr85404.c
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr85404.c
blob0194f7b7edde3e885e5bf027d63235db67d3efb4
1 /* { dg-do assemble { target cet } } */
2 /* { dg-options "-fleading-underscore -mcet -fcf-protection" } */
4 void func(void) __asm("_func");
5 void _func(int x) {}
6 void func(void) {}