PR c++/86342 - -Wdeprecated-copy and system headers.
[official-gcc.git] / libgo / misc / cgo / testsanitizers / src / msan_shared.go
blob966947cac359802072372ee044bd40323472b884
1 // Copyright 2017 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // This program segfaulted during libpreinit when built with -msan:
6 // http://golang.org/issue/18707
8 package main
10 import "C"
12 func main() {}