/* Commandline execution: * civl verify self.cvl * */ #include void waiter($proc target) { $wait(target); } void main() { $proc me = $self; $spawn waiter(me); }