blob: 0c0f42a5d01ca6cd3761186186a2798ab4c5705c [file] [log] [blame]
module X [system] {
header "X.h" // imports Y
export *
}
module Y {
header "Y.h"
export *
}
module Z {
header "Z.h" // imports Y
export *
}