[clang][tests] Add test for C++ DR2406
authorTimm Bäder <tbaeder@redhat.com>
Tue, 8 Feb 2022 09:36:43 +0000 (10:36 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 10 Feb 2022 13:52:30 +0000 (14:52 +0100)
commitce07de234b77dc6cc263cdf4081eace5761d6b5a
tree8020d042fff848355cf61372555fa9a0c01d1d8d
parent06a03851429d387af5a983602a79b8f7757f6b86
[clang][tests] Add test for C++ DR2406

Clang already handles this fine, so add a test case to let the
make_cxx_dr_status script pick it up.

Differential Revision: https://reviews.llvm.org/D119224
clang/test/CXX/drs/dr2406.cpp [new file with mode: 0644]