\predicates { p(int,int,int); } \programVariables { int n; } \problem{ n >= 0 -> \<{ while (n > 0) n--; }\> n=0 }