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