gstreamer-rs/gstreamer-gl/egl/sys/tests/layout.c
Guillaume Gomez 959568f124 regen
2020-12-08 14:00:17 +01:00

13 lines
321 B
C

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