1 /* { dg-do compile } */
2 /* { dg-additional-options "-march=armv8.2-a+aes+sha2" } */
3
4 int main ()
5 {
6 return 0;
7 }
8
9 /* { dg-final { scan-assembler-times {\.arch armv8\.2\-a\+crc\+crypto} 1 } } */
10
11 /* Check if individual bits that make up a grouping is specified that only the
12 grouping is kept. */