You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
12 lines
93 B
Plaintext
12 lines
93 B
Plaintext
|
|
module A {
|
||
|
|
header "a.h"
|
||
|
|
}
|
||
|
|
|
||
|
|
module B {
|
||
|
|
header "b.h"
|
||
|
|
}
|
||
|
|
|
||
|
|
module std {
|
||
|
|
header "memory.h"
|
||
|
|
}
|