From 4a37b259717e545c090fb11b6a36f7e75118c2f9 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 7 Jun 2019 19:32:54 -0400 Subject: ... --- test_msgnet/main_.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test_msgnet/main_.go (limited to 'test_msgnet/main_.go') diff --git a/test_msgnet/main_.go b/test_msgnet/main_.go new file mode 100644 index 0000000..2f53d93 --- /dev/null +++ b/test_msgnet/main_.go @@ -0,0 +1,7 @@ +package main + +// void onTerm_cgo(int sig) { +// void onTerm(int); +// onTerm(sig); +// } +import "C" -- cgit v1.2.3