Let’s say I have an expression macro that places a Bool. If the macro emits an error, will the system will automatically create a Bool dummy so the compiler can check later parts of the code? Or would I have to do it myself? I hope it’s the former, since it’s something that it could do.