blob: 778d903625469aff218ab03604845811253c6f3f (
plain)
1
2
3
4
5
6
7
8
9
|
// buildrundir
// Copyright 2018 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.
// Test that return jump works correctly in assembly code.
package ignored
|