package test:resource-borrow-simple; world resource-borrow-simple { resource r { constructor(); } import test: func(r: borrow); export test-imports: func(); }