1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-optimized -O2" } */
3 /* { dg-require-effective-target strub } */
5 bool __attribute__ ((__strub__ ("internal")))
6 f(bool i
, volatile bool j
)
11 /* Check for two dereferences of the indirected volatile j parm. */
12 /* { dg-final { scan-tree-dump-times {={v} \*j_[0-9][0-9]*(D)} 2 "optimized" } } */