cxx/test/input.output/iostreams.base/ios.base/nothing_to_do.pass.cpp

17 lines
398 B
C++
Raw Normal View History

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