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