solidity/test/libsolidity/smtCheckerTests/inline_assembly/empty.sol
2022-04-01 23:41:18 -05:00

12 lines
225 B
Solidity

contract C
{
function f() public pure {
assembly {
}
}
}
// ====
// SMTEngine: all
// ----
// Warning 7737: (43-57='assembly { }'): Inline assembly may cause SMTChecker to produce spurious warnings (false positives).