]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/go.dg/undef-1.go
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / go.dg / undef-1.go
1 // { dg-do compile }
2
3 package main
4
5 func main() {
6 sys.Exit(i) // { dg-error "undefined" }
7 }
This page took 0.037464 seconds and 5 git commands to generate.