1 2 3 4 5
package test:dependant-composite ; interface root { get-composite: func() -> tuple<u32, u32>; }