blob: 1d709fe7288aa45cf1c57f76cb6dfa5259a0b6ab [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct Foo {
uint32_t a;
};
void root(struct Foo a);