1module used { header "used.h" } 2module unused { header "unused.h" } 3module init { module a { header "init.h" } module b { header "other.h" } } 4