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

11 lines
209 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": ""