blob: 94cb4c111918d0f1dd20e2d3bdebf8d0741d1cba [file] [log] [blame]
module M {
module first { header "first.h" export *}
module second { header "second.h" export *}
export *
}