blob: 88aa4322d242cf7adc33c0d57b4aa727166f6640 [file] [log] [blame]
Russ Coxafb1b0e2012-03-07 10:15:20 -05001// Copyright 2011 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.
4
Francisco Souzadc57ed82012-03-08 12:13:41 -05005// +build ignore
6
Russ Coxafb1b0e2012-03-07 10:15:20 -05007package main
8
Francisco Souzadc57ed82012-03-08 12:13:41 -05009import "."
Russ Coxafb1b0e2012-03-07 10:15:20 -050010
11func main() {
12 cgosotest.Test()
13}