From a984107f78fe827e6a1731bbd38c071acfaeaee7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 6 Jul 2018 15:20:57 +0300 Subject: Initial gir run --- tests/layout.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/layout.c (limited to 'tests/layout.c') 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 +#include + +int main() { + printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME)); + return 0; +} -- cgit v1.3.1