// Example of a component that calls itself package test:a; interface api-a { record typ-a { field1: bool } func-a: func() -> typ-a; } world a { //!! import test:a-stub/stub-a; export api-a; }