solidity/test/libsolidity/smtCheckerTests/inline_assembly/empty.sol
2021-04-08 21:03:39 +02:00

13 lines
319 B
Solidity

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