Use CXXCOMPILE in gold/testsuite/Makefile for c++ testcases
[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 0.902677 seconds and 4 git commands to generate.