1 /* { dg-do compile } */
2 /* { dg-options "-O2 -save-temps" } */
4 /* bar has a subset set of the architectural flags of bam.
5 Inlining should be allowed. */
7 __attribute__ ((target ("arch=armv8-a+nocrc")))
14 __attribute__ ((target ("arch=armv8-a+crc")))
22 /* { dg-final { scan-assembler-not "bl.*bar" } } */