aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c
blob: 7b43e4236336b6a0247ae1728050cec672a23d49 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */

extern void inject_write_through_null (void);

void test_inject_write_through_null (void)
{
  inject_write_through_null (); /* { dg-ice "Segmentation fault" } */ 
  /* { dg-regexp "during GIMPLE pass: crash_test" } */
}