PeachCompiler icon indicating copy to clipboard operation
PeachCompiler copied to clipboard

Bug with the following code in our project (to be fixed soon)

Open nibblebits opened this issue 3 years ago • 0 comments

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

nibblebits avatar Dec 01 '22 12:12 nibblebits