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

//line /home/evie/packages/go/go-1.18-0/go/misc/cgo/errors/testdata/long_double_size.go:1:1
// Copyright 2017 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

/*
const int sizeofLongDouble = sizeof(long double);
*/
import _ "unsafe"

import "fmt"

func main() {
	fmt.Println(( /*line :15:14*/*_Cvar_sizeofLongDouble /*line :15:31*/))
}
