summaryrefslogtreecommitdiff
path: root/ext/XS-Typemap/Typemap.xs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/XS-Typemap/Typemap.xs')
-rw-r--r--ext/XS-Typemap/Typemap.xs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/XS-Typemap/Typemap.xs b/ext/XS-Typemap/Typemap.xs
index d0703be2e5..353e04fb45 100644
--- a/ext/XS-Typemap/Typemap.xs
+++ b/ext/XS-Typemap/Typemap.xs
@@ -348,6 +348,12 @@ T_HVREF_REFCOUNT_FIXED( hv )
OUTPUT:
RETVAL
+void
+T_HVREF_REFCOUNT_FIXED_output( OUT hvref)
+ HV_FIXED *hvref;
+ CODE:
+ hvref = newHV();
+ hv_stores(hvref, "test", newSVpvs("value"));
## T_CVREF