z_commondao_must_execute_2_filetest.gno

0.17 Kb ยท 13 lines
 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