introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with it
[official-gcc.git] / libgo / misc / cgo / test / cgo_stubs_android_test.go
blob710e094cf77c1d942b9d3986cdea3a13c512b0ed
1 // Copyright 2012 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 package cgotest
7 import "testing"
9 // Stubs for tests that fails to build on Android
10 func test6997(t *testing.T) {}
11 func test3775(t *testing.T) {}
12 func test8694(t *testing.T) {}
13 func testSigaltstack(t *testing.T) {}