cxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp

19 lines
420 B
C++
Raw Normal View History

//===----------------------------------------------------------------------===//
//
// 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()
{
}