Blang/src/include/Statement/NumberLiteralExpr.h

12 lines
137 B
C++

#ifndef BLANG_NUMBERLITERALEXPR_H
#define BLANG_NUMBERLITERALEXPR_H
class NumberLiteralExpr
{
};
#endif //BLANG_NUMBERLITERALEXPR_H