Blang/src/include/Statement.hpp

9 lines
74 B
C++

#ifndef STATEMENT_HPP
#define STATEMENT_HPP
class Statement{
};
#endif