Added a simple test for the rewriter.

This commit is contained in:
Roberto Raggi
2009-01-07 09:47:00 +01:00
parent bbb570481b
commit 8459fe70d6

View File

@@ -0,0 +1,12 @@
class foo {
int a, b;
enum zoo { a, b };
typedef enum { k };
void foo() {}
inline void bar() {}
};