Text file src/internal/abi/stub.s

     1  // Copyright 2023 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  // This file silences errors about body-less functions
     6  // that are provided by intrinsics in the latest version of the compiler,
     7  // but may not be known to the bootstrap compiler.
     8  

View as plain text