1 /* { dg-do compile } */
2 /* { dg-options "-march=armv8-a+nolse -O2 -mno-outline-atomics" } */
3 
4 #include "atomic-op-int.x"
5 
6 /* { dg-final { scan-assembler-times "ldxr\tw\[0-9\]+, \\\[x\[0-9\]+\\\]" 6 } } */
7 /* { dg-final { scan-assembler-times "stxr\tw\[0-9\]+, w\[0-9\]+, \\\[x\[0-9\]+\\\]" 6 } } */
8