mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
18 lines
182 B
C++
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
|