Source file src/cmd/link/internal/ld/testdata/stackcheck/main.go

     1  // Copyright 2022 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package main
     6  
     7  func main() { asmMain() }
     8  
     9  func asmMain()
    10  
    11  func startSelf()
    12  
    13  func startChain()
    14  func chain0()
    15  func chain1()
    16  func chain2()
    17  func chainEnd()
    18  
    19  func startRec()
    20  func startRec0()
    21  

View as plain text