Source file test/intrinsic.go

     1  // errorcheckandrundir -0 -d=ssa/intrinsics/debug
     2  
     3  //go:build amd64 || arm64 || arm || s390x
     4  
     5  // Copyright 2016 The Go Authors. All rights reserved.
     6  // Use of this source code is governed by a BSD-style
     7  // license that can be found in the LICENSE file.
     8  
     9  package ignored
    10  

View as plain text