
modules, and allow use of a default template argument if any of the parameters providing it is visible. llvm-svn: 239485
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
module X {
|
|
module A { header "a.h" }
|
|
module B { header "b.h" }
|
|
module C { header "c.h" }
|
|
}
|