Intentionally failing test

This commit is contained in:
Martin Blicha 2023-06-07 23:28:31 +02:00
parent 7323680b08
commit c4855d20ea

View File

@ -0,0 +1,10 @@
contract C {
function test() public {
assert(false);
}
}
// ====
// SMTEngine: all
// ----