summaryrefslogtreecommitdiff
path: root/tests/layout.c
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-06 15:20:57 +0300
committerYuval Adam <_@yuv.al>2018-07-06 15:20:57 +0300
commita984107f78fe827e6a1731bbd38c071acfaeaee7 (patch)
treee42451d3e45808bb6db9e8bba7eb904a5303c1fa /tests/layout.c
Initial gir runHEADmaster
Diffstat (limited to 'tests/layout.c')
-rw-r--r--tests/layout.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/layout.c b/tests/layout.c
new file mode 100644
index 0000000..45f2ef4
--- /dev/null
+++ b/tests/layout.c
@@ -0,0 +1,12 @@
+// This file was generated by gir (https://github.com/gtk-rs/gir)
+// from gir-files (https://github.com/gtk-rs/gir-files)
+// DO NOT EDIT
+
+#include "manual.h"
+#include <stdalign.h>
+#include <stdio.h>
+
+int main() {
+ printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
+ return 0;
+}