File: issue195_test.go

package info (click to toggle)
golang-github-mmcloughlin-avo 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,024 kB
  • sloc: xml: 71,029; asm: 14,862; sh: 194; makefile: 21; ansic: 11
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package issue195

import "testing"

//go:generate go run asm.go -out issue195.s -stubs stub.go

func TestIssue195(t *testing.T) {
	x := uint64(42)
	Issue195(&x, 42)
}