Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-17-branch
/
.
/
gdb
/
testsuite
/
gdb.go
/
hello.go
blob: 67114dde7143032ad805d6d92cf1948a2b7dc9b9 [
file
] [
log
] [
blame
] [
edit
]
package main
import "fmt"
func main () {
fmt.Println ("Before assignment")
st := "Hello, world!"
fmt.Println (st)
// set breakpoint 1 here
}