Use CXXCOMPILE in gold/testsuite/Makefile for c++ testcases
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / hello.go
CommitLineData
a766d390
DE
1package main
2
3import "fmt"
4
a766d390 5func main () {
04ff1e61 6 fmt.Println ("Before assignment")
a9c79803 7 st := "Hello, world!"
04ff1e61 8 fmt.Println (st) // set breakpoint 1 here
a766d390 9}
This page took 0.913845 seconds and 4 git commands to generate.