validator foo { spend(_datum: Option, _redeemer: Void, oref: Data, _tx: Void) { True } else(_) { fail } } test foo() { 1 + 1 == 2 }