xref: /llvm-project/clang/test/Index/Inputs/Headers/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1module LibA {
2  header "a.h"
3  module Extensions {
4    header "a_extensions.h"
5  }
6}
7
8module Crash {
9  header "crash.h"
10}
11