// Copyright (C) 2017-2019 Jonathan Müller
// This file is subject to the license terms in the LICENSE file
// found in the top-level directory of this distribution.
#include "test_parser.hpp"
#include
using namespace cppast;
TEST_CASE("stdlib", "[!hide][integration]")
{
auto code = R"(
// list of headers from: http://en.cppreference.com/w/cpp/header
//#include -- problem with compiler built-in stuff on OSX
#include
//#include -- same as above
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
//#include -- something weird going on here
#include
#include
#include
#include
//#include -- missing types from C header (for some reason)
#include
//#include -- weird issue with compiler built-in stuff
#include
#include
#include
#include
#include
#include
#include
#include
//#include -- not supported on CI
#include
#include
#include
#include
#include
#include