blob: 0d2d3f5f31dad69509ea62f7e3b68ab4bfd7b3cf [file] [log] [blame]
// PR c++/52248
// { dg-options "-ftime-report" }
// { dg-prune-output "wall" }
// { dg-prune-output "times" }
// { dg-prune-output "TOTAL" }
// { dg-prune-output "checks" }
void
foo ()
{
goto lab; // { dg-error "not defined" }
}