From c72c57c9e9b69944e3e009cd5e209634839581d3 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 8 Apr 2013 18:45:10 +0000 Subject: Vendor import of clang trunk r178860: http://llvm.org/svn/llvm-project/cfe/trunk@178860 --- test/ASTMerge/Inputs/class2.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/ASTMerge/Inputs/class2.cpp') diff --git a/test/ASTMerge/Inputs/class2.cpp b/test/ASTMerge/Inputs/class2.cpp index fa38916..5d5d9ca 100644 --- a/test/ASTMerge/Inputs/class2.cpp +++ b/test/ASTMerge/Inputs/class2.cpp @@ -7,3 +7,7 @@ struct B : A { int foo(); }; +enum E { + a = 0, + b = 1 +}; -- cgit v1.1