Some text
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
contract C {
function foo() public view {}
}
Warning
A Warning.
contract C {}
More text.
let x := add(1, 5)
// Yul code wrapped in object
{
{
let y := mul(3, 5)
}
}