gstreamer-rs/gstreamer-tag-sys/tests/layout.c
Sebastian Dröge 8b470e234c Regenerate
2019-12-15 12:15:37 +02:00

13 lines
320 B
C

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