1 2 3 4 5
package test:dependant-async-validation; interface root { get-primitive: async func() -> result<u32>; }