1
0
mirror of https://github.com/golang/go synced 2024-09-28 18:14:29 -06:00
This commit is contained in:
Jes Cok 2023-11-13 16:52:33 +08:00
parent 38e476698f
commit 9246984566
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2013 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.
#include <stdio.h>
#include "issue4339.h"

View File

@ -1,3 +1,7 @@
// Copyright 2013 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.
typedef struct Issue4339 Issue4339;
struct Issue4339 {