#ifndef RTG_GUARD_BUILTIN_HPP #define RTG_GUARD_BUILTIN_HPP namespace rtg { namespace builtin { static const char * literal = "@literal"; static const char * param = "@param"; } } // namespace rtg #endif