1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
7 #include "_cgo_export.h"
12 /* Test calling panic from C. This is what SWIG does. */
14 extern void _cgo_panic(const char *);
15 extern void *_cgo_allocate(size_t);
20 _cgo_panic("panic from C");