1// PKGPATH: gno.land/r/test 2package test 3 4import ( 5 "gno.land/p/nt/commondao" 6) 7 8func main() { 9 commondao.MustExecute(nil) 10} 11 12// Error: 13// executable proposal definition is nil