#include #include #include #include struct Normal { int32_t x; float y; }; extern int32_t foo(void); extern void bar(struct Normal a);