[NFC] Add test to show that preprocess an import decl won't require to load it actually
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 10 Feb 2023 08:13:46 +0000 (16:13 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 10 Feb 2023 08:14:37 +0000 (16:14 +0800)
commit288f688e294a0d2ee162f99f745c06d1e95d3620
tree06a611ce6d72bec682b6e9614d446bf84a5919fb
parent687f78210d07fe7f7741273bbaaf8c18864b6191
[NFC] Add test to show that preprocess an import decl won't require to load it actually

Close https://github.com/llvm/llvm-project/issues/59287

This is addressed in D137526 but I forgot to add a test for it.
clang/test/Modules/preprocess-named-modules.cppm [new file with mode: 0644]