1 /* { dg-do assemble } */
2 /* { dg-options "-march=armv8-a+crypto -mcpu=generic -save-temps" } */
4 /* Check that "+nothing" clears the ISA flags. */
6 __attribute__ ((target ("+nothing")))
13 /* { dg-final { scan-assembler-times "\\.arch armv8-a\\+nofp\\+nosimd\n" 1 } } */