gstreamer-rs/gstreamer-base/sys/tests/layout.c
François Laignel 5903496e5b regenerate all
2020-11-05 18:29:47 +01:00

13 lines
321 B
C

// This file was generated by gir (https://github.com/gtk-rs/gir @ cea2f7c)
// from gir-files (https://github.com/gtk-rs/gir-files @ 0dd9275b)
// 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;
}