blob: 70b2a3be98bf5dd6b6babd2de5dfd8fd7136bbeb [file] [log] [blame] [edit]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct {
int32_t x;
float y;
} Normal;
extern int32_t foo(void);
extern void bar(Normal a);
extern int32_t baz(void);