cling/test/Autoloading/AutoForwarding.C
2014-08-23 15:05:01 +02:00

22 lines
626 B
C

//------------------------------------------------------------------------------
// CLING - the C++ LLVM-based InterpreterG :)
//
// This file is dual-licensed: you can choose to license it under the University
// of Illinois Open Source License or the GNU Lesser General Public License. See
// LICENSE.TXT for details.
//------------------------------------------------------------------------------
// RUN: cat %s | %cling -I%S -Xclang -verify
// Test FwdPrinterTest
.T Def2.h fwd_Def2.h
#include "fwd_Def2.h"
#include "Def2.h"
.T Enum.h fwd_enums.h
#include "fwd_enums.h"
#include "Enum.h"
//expected-no-diagnostics
.q