aboutsummaryrefslogblamecommitdiff
path: root/test/std/input.output/iostreams.base/version.pass.cpp
blob: f56846d38b8dbab219b0fc37f814930c811ef4cb (plain) (tree)



















                                                                                
//===----------------------------------------------------------------------===//
//
//                     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.
//
//===----------------------------------------------------------------------===//

// <ios>

#include <ios>

#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION not defined
#endif

int main()
{
}