2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ubsan / pr59415.C
blob4c373f7c9273aa2fec2e798f328a1b687a7197fe
1 /* { dg-do compile } */
2 /* { dg-options "-fsanitize=null -Wall -fvtable-verify=std" } */
4 void
5 foo (void)
7   throw 0;