1 /* { dg-do run { target native } } */
2 /* { dg-options "-fstack-protector-explicit" } */
3 /* { dg-require-effective-target fstack_protector } */
8 __stack_chk_fail (void)
13 int __attribute__((stack_protect
)) main ()
19 for (i
= 0; i
<= 400; i
++)