]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/testcarchive/testdata/main8.c
misc/cgo: move easy tests to cmd/cgo/internal
[gostls13.git] / misc / cgo / testcarchive / testdata / main8.c
diff --git a/misc/cgo/testcarchive/testdata/main8.c b/misc/cgo/testcarchive/testdata/main8.c
deleted file mode 100644 (file)
index 95fb7a3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2021 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// Test preemption.
-
-#include <stdlib.h>
-
-#include "libgo8.h"
-
-int main() {
-       GoFunction8();
-
-       // That should have exited the program.
-       abort();
-}