solidity/test/libsolidity/smtCheckerTests/inline_assembly/empty.sol
2021-08-27 16:25:09 +02:00

12 lines
208 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).