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