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