blob: 7fe99dbbc2f042aa514fdecb9443114fbc307c13 [file] [log] [blame]
# Test of the linker's script test harness.
go build
[!cgo] skip
cc -c testdata/mumble.c
[GOEXPERIMENT:fieldtrack] help exec
-- go.mod --
module main
go 1.20
-- main.go --
package main
func main() {
println("Hi mom!")
}
-- testdata/mumble.c --
int x;