gstreamer-rs/gstreamer-check/sys/tests/layout.c
Marijn Suijten 9daa8d20a9 Regenerate with doc(cfg()) attribute on all symbols
This is enabled by a new version of gir, as updated in the previous
commit.
2020-11-19 16:39:31 +01:00

13 lines
321 B
C

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