[NFC] Add an invalid test case for C++20 Modules
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 6 Mar 2023 06:39:27 +0000 (14:39 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 6 Mar 2023 06:39:32 +0000 (14:39 +0800)
commit5b769ff3e6a47eb2ffe8aa9e86f701ef046cf0a9
tree8bb64d895e0218f78b9723d3c2f6849edbe0e28d
parent8e1038bd159638aa354144c76a07cbc1399b04dc
[NFC] Add an invalid test case for C++20 Modules

Address https://github.com/llvm/llvm-project/issues/61150.

The test is intended to show the polluted operator&& will affect the ODR
checking and the ODR checking here is correct.
clang/test/Modules/polluted-operator.cppm [new file with mode: 0644]