/*! Test coverage for core IR operations.
*
* IR builders and transformations need thorough testing to catch edge cases. These tests verify
* everything from basic arithmetic to storage operations, ensuring the IR behaves correctly across
* the full range of Solidity patterns.
*/