diff options
Diffstat (limited to 'misc/cgo/testso/cgoso_c.c')
-rw-r--r-- | misc/cgo/testso/cgoso_c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/cgo/testso/cgoso_c.c b/misc/cgo/testso/cgoso_c.c index e29f7e807..8c15a6b9f 100644 --- a/misc/cgo/testso/cgoso_c.c +++ b/misc/cgo/testso/cgoso_c.c @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore + void sofunc(void) { extern void goCallback(void); |