DragonCompiler
DragonCompiler copied to clipboard
Bug with the following code
struct dog;
void main() { struct dog* b; }
struct dog { int x; };
results in a seg fault