``` struct dog; void main() { struct dog* b; } struct dog { int x; }; ``` results in a seg fault
results in a seg fault