solidity/test/libsolidity/smtCheckerTests/natspec/natspec_smtchecker_empty.sol
2021-05-11 21:20:42 +02:00

12 lines
279 B
Solidity

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": ""
// Warning 3130: (38-102): Unknown option for "custom:smtchecker": ""