bolt/deps/llvm-18.1.8/clang/test/Index/Inputs/Headers/module.modulemap

11 lines
123 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
module LibA {
header "a.h"
module Extensions {
header "a_extensions.h"
}
}
module Crash {
header "crash.h"
}