testsuite, mi: avoid a clang bug in 'user-selected-context-sync.exp'
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / strings.go
CommitLineData
a766d390
DE
1package main
2
3import "fmt"
4
5var v_string string = "foo"
6
7func main () {
04ff1e61 8 fmt.Println ("hello")
a766d390
DE
9 fmt.Printf ("%s\n", v_string)
10}
This page took 2.419756 seconds and 4 git commands to generate.