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 353e04fb45..ed6f9d67b5 100644
--- a/ext/XS-Typemap/Typemap.xs
+++ b/ext/XS-Typemap/Typemap.xs
@@ -325,6 +325,12 @@ T_AVREF_REFCOUNT_FIXED( av )
OUTPUT:
RETVAL
+void
+T_AVREF_REFCOUNT_FIXED_output( OUT avref)
+ AV_FIXED *avref;
+ CODE:
+ avref = newAV();
+ av_push(avref, newSVpvs("test"));
## T_HVREF