1 /* { dg-do compile } */
2 /* { dg-options "-fstrub=strict -fdump-ipa-strub" } */
3 /* { dg-require-effective-target strub } */
5 /* Check that, along with a strub pure wrapping call, we issue an asm statement
6 to make sure the watermark passed to it is not assumed to be unchanged. */
8 int __attribute__ ((__strub__ ("internal"), __pure__
))
10 static int i
; /* Stop it from being detected as const. */
14 /* { dg-final { scan-ipa-dump-times "__asm__" 1 "strub" } } */