2021-01-21 10:04:46 -07:00
|
|
|
// skip
|
2021-02-11 17:55:07 -07:00
|
|
|
// runindir -gcflags=-c=1
|
2021-01-14 18:10:35 -07:00
|
|
|
// +build !windows
|
2021-01-04 11:32:10 -07:00
|
|
|
|
|
|
|
// Copyright 2021 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-01-21 10:04:46 -07:00
|
|
|
// TODO(register args) Temporarily disabled now that register abi info is flowing halfway through the compiler.
|
|
|
|
// TODO(register args) May delete or adapt this test once regabi is the default
|
2021-01-04 11:32:10 -07:00
|
|
|
|
|
|
|
package ignore
|