From 8459fe70d6c80262fab59b83da3ea917722539f3 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Wed, 7 Jan 2009 09:47:00 +0100 Subject: 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 (limited to 'tests/manual/cplusplus') diff --git a/tests/manual/cplusplus/tests/t1.cpp b/tests/manual/cplusplus/tests/t1.cpp new file mode 100644 index 0000000000..36e1340555 --- /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() {} +}; + -- cgit v1.2.1