summaryrefslogtreecommitdiff
path: root/types.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2014-12-14 13:43:41 +0800
committerJohn Hodge <tpg@mutabah.net>2014-12-14 13:43:41 +0800
commite1a51554c956ccde6a59952a8b9a557df904cf71 (patch)
tree056bd625ab0b6400f618a20e97ec250d910a8959 /types.cpp
parent5d29fdaa42c638e9420bd3111fb15f3594342354 (diff)
downloadmrust-e1a51554c956ccde6a59952a8b9a557df904cf71.tar.gz
Compiles again
Diffstat (limited to 'types.cpp')
-rw-r--r--types.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/types.cpp b/types.cpp
new file mode 100644
index 00000000..4bfb448f
--- /dev/null
+++ b/types.cpp
@@ -0,0 +1,8 @@
+/*
+ */
+#include "types.hpp"
+#include "ast/ast.hpp"
+
+TypeRef::TypeRef(TypeRef::TagSizedArray, TypeRef inner, AST::Expr size_expr)
+{
+}