blob: 8710ddcdde728fa396e215745927096a72f3fc02 [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.
//
//===----------------------------------------------------------------------===//
// <initializer_list>
// Test that the file can be included in C++03
#include <initializer_list>
int main()
{
}