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