summaryrefslogtreecommitdiff
path: root/tests/gir/bug651773.vapi-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gir/bug651773.vapi-expected')
-rw-r--r--tests/gir/bug651773.vapi-expected5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gir/bug651773.vapi-expected b/tests/gir/bug651773.vapi-expected
new file mode 100644
index 000000000..fe3848052
--- /dev/null
+++ b/tests/gir/bug651773.vapi-expected
@@ -0,0 +1,5 @@
+[CCode (cprefix = "Test", gir_namespace = "Test", gir_version = "1.0", lower_case_cprefix = "test_")]
+namespace Test {
+ [CCode (array_length_pos = 0.1, array_length_type = "gsize", cheader_filename = "test.h")]
+ public static unowned uint8[] get_array ();
+}