PeachCompiler
PeachCompiler copied to clipboard
Bug with the following code in our project (to be fixed soon)
struct dog;
void main() { struct dog* b; }
struct dog { int x; };