Cannot compute size for unknown foreign type added by accidentalrebel on Sun May 24 06:11:59 2020

(bind* #<<EOF
       struct test2
       {
	int i;
	int j;
       };
       struct test1
       {
	int x;
	struct test2 foo;
       };
EOF
)