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