libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / plugin / crash-test-write-though-null-stderr.c
bloba9a211a3b1fea3371914894a02f36706de969583
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" } */