...

Text file src/cmd/cgo/internal/test/issue4339.h

Documentation: cmd/cgo/internal/test

     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.
     4
     5typedef struct Issue4339 Issue4339;
     6
     7struct Issue4339 {
     8	char *name;
     9	void (*bar)(void);
    10};
    11
    12extern Issue4339 exported4339;
    13void	handle4339(Issue4339*);

View as plain text