view libgo/misc/cgo/testsanitizers/msan_shared.go @ 118:fd00160c1b76

ifdef TARGET_64BIT
author mir3636
date Tue, 27 Feb 2018 15:01:35 +0900
parents 04ced10e8804
children
line wrap: on
line source

// Copyright 2017 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.

// This program segfaulted during libpreinit when built with -msan:
// http://golang.org/issue/18707

package main

import "C"

func main() {}