solidity/test/libsolidity/smtCheckerTests/natspec/natspec_smtchecker_empty.sol

11 lines
209 B
Solidity
Raw Normal View History

2021-05-03 10:21:18 +00:00
contract C {
/// @custom:smtchecker
function f(uint x) internal pure returns (uint) {
return x;
}
}
// ====
// SMTEngine: chc
// ----
// Warning 3130: (38-102): Unknown option for "custom:smtchecker": ""