forked from qt-creator/qt-creator
Added a simple test for the rewriter.
This commit is contained in:
12
tests/manual/cplusplus/tests/t1.cpp
Normal file
12
tests/manual/cplusplus/tests/t1.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
class foo {
|
||||
int a, b;
|
||||
|
||||
enum zoo { a, b };
|
||||
|
||||
typedef enum { k };
|
||||
|
||||
void foo() {}
|
||||
inline void bar() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user