aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ubsan/pr59415.C
blob: 4c373f7c9273aa2fec2e798f328a1b687a7197fe (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-fsanitize=null -Wall -fvtable-verify=std" } */

void
foo (void)
{
  throw 0;
}