// Code generated by cmd/cgo; DO NOT EDIT.

//line /home/evie/packages/go/go-1.18-0/go/src/runtime/testdata/testprogcgo/sigthrow.go:1:1
// 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.

package main

// This program will abort.

/*
#include <stdlib.h>
*/
import _ "unsafe"

func init() {
	register("Abort", Abort)
}

func Abort() {
	( /*line :19:2*/_Cfunc_abort /*line :19:8*/)()
}
