1 /* { dg-do compile } */
2 /* { dg-additional-options "-fno-report-bug" } */
4 extern void inject_write_through_null (void);
6 void test_inject_write_through_null (void)
8 inject_write_through_null (); /* { dg-ice "Segmentation fault" } */
9 /* { dg-regexp "during GIMPLE pass: crash_test" } */