Source file test/dwarf/dwarf.dir/main.go

     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  
    10  package main
    11  func main() {
    12  F1()
    13  F2()
    14  F3()
    15  F4()
    16  F5()
    17  F6()
    18  F7()
    19  F8()
    20  F9()
    21  F10()
    22  F11()
    23  F12()
    24  F13()
    25  F14()
    26  F15()
    27  F16()
    28  F17()
    29  F18()
    30  F19()
    31  F20()
    32  }
    33  

View as plain text