mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
100a27bb1c
We used to emit the forward declaration for the type we were editing *before* `#pragma once`. This was not good per se, but it also lead to failures due to the introduction of `_PACKED`, which is not yet defined at that stage.