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

//line /home/evie/packages/go/go-1.18-0/go/misc/cgo/fortran/fortran.go:1:1
// Copyright 2016 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 fortran

// int the_answer();
import _ "unsafe"

func TheAnswer() int {
	return int(( /*line :11:13*/_Cfunc_the_answer /*line :11:24*/)())
}
