Fix crash when exiting TUI with gdb -tui
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / strings.go
1 package main
2
3 import "fmt"
4
5 var v_string string = "foo"
6
7 func main () {
8 fmt.Println ("hello")
9 fmt.Printf ("%s\n", v_string)
10 }
This page took 0.030238 seconds and 4 git commands to generate.