blob: 0aa2f50d8b4f8d05e394a7e76dd82bbdcdca8cb3 [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// <array>
// support for zero-sized array
#include <array>
int main()
{
}