ultimatepp/uppdev/SyntaxHighlight/test.h
cxl b26a68dc4b Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-03 09:03:41 +00:00

18 lines
182 B
C++

#ifndef _SyntaxHighlight_test_h_
#define _SyntaxHighlight_test_h_
#include "Common.h"
class XXX {
typedef XXX yyy;
public:
private:
};
struct Y {
};
#endif