aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/test.go')
-rw-r--r--misc/cgo/test/test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/test/test.go b/misc/cgo/test/test.go
index 35bc3a1447..05fa52b381 100644
--- a/misc/cgo/test/test.go
+++ b/misc/cgo/test/test.go
@@ -319,6 +319,7 @@ typedef enum {
// issue 4339
// We've historically permitted #include <>, so test it here. Issue 29333.
+// Also see issue 41059.
#include <issue4339.h>
// issue 4417