[libcxx-commits] [libcxx] [libc++][test] Close LWG3382 and add tests (PR #93039)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 24 09:22:56 PDT 2024
================
@@ -0,0 +1,27 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <array>
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+
+#include <array>
+
+#include "test_macros.h"
----------------
ldionne wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/93039
More information about the libcxx-commits
mailing list