summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.objects/narrow.stream.objects/clog.pass.cpp
blob: 196dbd4852c8a8d25f01deeb208040717ecd4332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//===----------------------------------------------------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

// <iostream>

// istream clog;

#include <iostream>

int main()
{
#if 0
    std::clog << "Hello World!\n";
#else
    (void)std::clog;
#endif
}
OpenPOWER on IntegriCloud