[C++20][Modules] Add testcases from section 10.2 dependent on header units.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 19 Mar 2022 19:48:38 +0000 (19:48 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 11 Apr 2022 10:30:45 +0000 (11:30 +0100)
commitbdadf1c2ecb452ca41f23caa87415bc1f9a8431b
treea2b4c50d22c31999517e17524c76f527ce9a85fd
parent39b933647444234afb3f3d14563d02e4b8ee1b38
[C++20][Modules] Add testcases from section 10.2 dependent on header units.

This adds in testcases reflecting the remaining example in section 10.2
of the C++20 standard.

Differential Revision: https://reviews.llvm.org/D122124
clang/test/Modules/cxx20-10-2-ex2.cpp [new file with mode: 0644]