(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr85404.c
       1  /* { dg-do assemble { target cet } } */
       2  /* { dg-options "-fleading-underscore -fcf-protection" } */
       3  
       4  void func(void) __asm("_func");
       5  void _func(int x) {}
       6  void func(void) {}