DragonCompiler icon indicating copy to clipboard operation
DragonCompiler copied to clipboard

Bug with the following code

Open nibblebits opened this issue 3 years ago • 0 comments

 struct dog; 
 void main() { struct dog* b; }
 struct dog { int x; }; 

results in a seg fault

nibblebits avatar Dec 01 '22 12:12 nibblebits