summaryrefslogtreecommitdiff
path: root/src/hir/pattern.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/pattern.hpp')
-rw-r--r--src/hir/pattern.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/hir/pattern.hpp b/src/hir/pattern.hpp
new file mode 100644
index 00000000..4fa262ce
--- /dev/null
+++ b/src/hir/pattern.hpp
@@ -0,0 +1,11 @@
+/*
+ */
+#pragma once
+
+namespace HIR {
+
+class Pattern {
+};
+
+}
+