Revert "[ELF] Refine isExported/isPreemptible condition"
[llvm-project.git] / clang-tools-extra / test / clang-include-fixer / Inputs / merge / a.yaml
blob174db0e54304fd300660b913fae40d896c39085c
1 ---
2 Name:           foo
3 Contexts:
4   - ContextType:     Namespace
5     ContextName:     a
6 FilePath:        foo.h
7 Type:            Class
8 Seen:            1
9 Used:            1
10 ...
11 ---
12 Name:           bar
13 Contexts:
14   - ContextType:     Namespace
15     ContextName:     a
16 FilePath:        ../include/bar.h
17 Type:            Class
18 Seen:            1
19 Used:            2
20 ...