gstreamer-rs/gstreamer-audio/sys/tests/layout.c

13 lines
321 B
C
Raw Normal View History

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