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