import components.dzn; component hello_import_component { provides ihello h; requires iworld w; system { helloworld c; h <=> c.h; w <=> c.w; } }