diff options
Diffstat (limited to 'tiger-compiler/src/ast/nil-exp.hxx')
| -rw-r--r-- | tiger-compiler/src/ast/nil-exp.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tiger-compiler/src/ast/nil-exp.hxx b/tiger-compiler/src/ast/nil-exp.hxx new file mode 100644 index 0000000..8d13ae6 --- /dev/null +++ b/tiger-compiler/src/ast/nil-exp.hxx @@ -0,0 +1,11 @@ +/** + ** \file ast/nil-exp.hxx + ** \brief Inline methods of ast::NilExp. + */ + +#pragma once + +#include <ast/nil-exp.hh> + +namespace ast +{} // namespace ast |
