2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
waf/playground/cpplint/my_include.hpp
2014-02-08 20:57:46 +01:00

10 lines
83 B
C++

#ifndef GUARD
#define GUARD
class my_class {
public:
my_class() {}
};
#endif