summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp
blob: 9dc64a0f46ae1a15eec4114b4ecf3fe4e739324d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//===----------------------------------------------------------------------===//
//
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

// <array>

// support for zero-sized array

#include <array>

int main()
{
}
OpenPOWER on IntegriCloud