PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / cet-property-1.c
blobdf243efc574cee9fdf0cb24dd7f27216a46064b0
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-fcf-protection -mcet" } */
3 /* { dg-final { scan-assembler ".note.gnu.property" } } */
5 extern void foo (void);
7 void
8 bar (void)
10 foo ();