diff options
Diffstat (limited to 'tests/layout.c')
| -rw-r--r-- | tests/layout.c | 12 |
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; +} |
