summaryrefslogtreecommitdiff
path: root/tests/refcount-intra.head.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/refcount-intra.head.c')
-rw-r--r--tests/refcount-intra.head.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/refcount-intra.head.c b/tests/refcount-intra.head.c
new file mode 100644
index 0000000..55e8312
--- /dev/null
+++ b/tests/refcount-intra.head.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+#include <glib.h>
+#include <glib-object.h>
+
+static GObject * /* transfer full */
+transfer_full_func (GObject *in /* transfer full */)
+{