OSDN Git Service

Update to current Go testsuite.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test / test / dwarf / main.go
1 // $G $D/$F.go $D/z*.go && $L $F.$A && ./$A.out
2
3 // Copyright 2009 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
6
7 package main
8 func main() {
9 F1()
10 F2()
11 F3()
12 F4()
13 F5()
14 F6()
15 F7()
16 F8()
17 F9()
18 F10()
19 F11()
20 F12()
21 F13()
22 F14()
23 F15()
24 F16()
25 F17()
26 F18()
27 F19()
28 F20()
29 }