From 8459fe70d6c80262fab59b83da3ea917722539f3 Mon Sep 17 00:00:00 2001
From: Roberto Raggi <qtc-committer@nokia.com>
Date: Wed, 7 Jan 2009 09:47:00 +0100
Subject: [PATCH] Added a simple test for the rewriter.

---
 tests/manual/cplusplus/tests/t1.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 tests/manual/cplusplus/tests/t1.cpp

diff --git a/tests/manual/cplusplus/tests/t1.cpp b/tests/manual/cplusplus/tests/t1.cpp
new file mode 100644
index 00000000000..36e1340555c
--- /dev/null
+++ b/tests/manual/cplusplus/tests/t1.cpp
@@ -0,0 +1,12 @@
+
+class foo {
+  int a, b;
+
+  enum zoo { a, b };
+
+  typedef enum { k };
+
+  void foo() {}
+  inline void bar() {}
+};
+
-- 
GitLab