llvm-project/libcxx/test/std/experimental/iterator/nothing_to_do.pass.cpp
2016-01-28 04:14:56 +00:00

13 lines
406 B
C++

//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
#include <experimental/iterator>
int main () {}