solidity/test/libsolidity/smtCheckerTests/inline_assembly/empty.sol

12 lines
208 B
Solidity
Raw Normal View History

contract C
{
function f() public pure {
assembly {
}
}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----
2021-03-31 15:11:54 +00:00
// Warning 7737: (43-57): Inline assembly may cause SMTChecker to produce spurious warnings (false positives).