opnsense-src/test/std/utilities/utility/synopsis.pass.cpp

22 lines
496 B
C++
Raw Normal View History

2015-09-06 14:46:46 -04:00
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// <utility>
// XFAIL: c++98, c++03
2015-09-06 14:46:46 -04:00
// #include <initializer_list>
2015-09-06 14:46:46 -04:00
#include <utility>
2015-09-06 14:46:46 -04:00
int main()
{
std::initializer_list<int> x;
2015-09-06 14:46:46 -04:00
}