// SPDX-License-Identifier: MIT pragma solidity ^0.8.11; /// @dev Empty contract so `forge build` has a `src/` target; real deployables live in `script/`. contract CompileAnchor {}