1 2 3 4 5 6 7 8 9 10 11 12
// RUN: component wit --generate-nominal-type-ids foo % --json package a:b; interface i { x: func(); } world foo { import a: i; export a: i; }