gstreamer-rs/gstreamer-base/sys/tests/layout.c
Sebastian Dröge d0b0006d27 Regenerate
2020-12-18 00:34:53 +02:00

13 lines
321 B
C

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