1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
5 ruby_re_compile_fastmap (char *fastmap
, int options
)
8 for (j
= 0; j
< (1 << 8); j
++)
10 if (j
!= '\n' || (options
& 4))
15 /* { dg-final { cleanup-tree-dump "vect" } } */