[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / libcxx / test / std / containers / sequences / array / array.zero / tested_elsewhere.pass.cpp
blobaf4ab87048eb49ea2ab4095c047f5daa344057c0
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 // <array>
11 // support for zero-sized array
13 #include <array>
15 #include "test_macros.h"
17 int main(int, char**)
20 return 0;