package my:project; world test { record record-string { hello-string: string, } import hello: func(hello-string: record-string); export greet: func(hello-string: record-string); }