1 2 3 4 5 6 7 8
package test:myresource; interface root { resource counter { constructor(); get-value: func() -> u32; } }