#ifndef STATEMENT_HPP #define STATEMENT_HPP #include "SourceLocation.hpp" class Statement{ }; #endif