]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.go/package1.go
Automatic date update in version.in
[binutils.git] / gdb / testsuite / gdb.go / package1.go
1 package main
2
3 import (
4   "fmt"
5   "package2"
6 )
7
8 func main () {
9   fmt.Println ("Shall we?")
10   package2.Foo ()
11 }
This page took 0.025491 seconds and 4 git commands to generate.