* gcc-interface/trans.c (Call_to_gnu): If this is a function call and
[official-gcc.git] / libgo / misc / cgo / testtls / tls_test.go
blob3076c2d5943b5cbc1482f504e7bbbe016ac71642
1 // Copyright 2013 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 // +build !windows
7 package cgotlstest
9 import "testing"
11 func TestTLS(t *testing.T) {
12 testTLS(t)