This simple c code:
file bar.c:
#include #define BSIZE 5 typedef struct { int count; int ar[BSIZE]; } foo; int main