1// $G $D/$F.go $D/z*.go && $L $F.$A && ./$A.out
2
3// NOTE: This test is not run by 'run.go' and so not run by all.bash.
4// To run this test you must use the ./run shell script.
5
6// Copyright 2009 The Go Authors. All rights reserved.
7// Use of this source code is governed by a BSD-style
8// license that can be found in the LICENSE file.
9
10package main
11func main() {
12F1()
13F2()
14F3()
15F4()
16F5()
17F6()
18F7()
19F8()
20F9()
21F10()
22F11()
23F12()
24F13()
25F14()
26F15()
27F16()
28F17()
29F18()
30F19()
31F20()
32}
33