Parse cpp_language_linkage
This commit is contained in:
parent
8fdfd3a707
commit
8d864bdbe1
7 changed files with 80 additions and 2 deletions
12
test/cpp_language_linkage.cpp
Normal file
12
test/cpp_language_linkage.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (C) 2017 Jonathan Müller <jonathanmueller.dev@gmail.com>
|
||||
// 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"
|
||||
|
||||
using namespace cppast;
|
||||
|
||||
TEST_CASE("cpp_language_linkage")
|
||||
{
|
||||
// TODO: need actual entities to parse
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue