1 2 program test.alpha { 3 transition matches(addr: address) -> bool { 4 return self.caller == addr; 5 } 6 }