summaryrefslogtreecommitdiff
path: root/src/hir_conv/constant_evaluation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir_conv/constant_evaluation.cpp')
-rw-r--r--src/hir_conv/constant_evaluation.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hir_conv/constant_evaluation.cpp b/src/hir_conv/constant_evaluation.cpp
new file mode 100644
index 00000000..0c8fe8fd
--- /dev/null
+++ b/src/hir_conv/constant_evaluation.cpp
@@ -0,0 +1,10 @@
+/*
+ * Evaluate constants
+ */
+#include "main_bindings.hpp"
+#include <hir/hir.hpp>
+#include <hir/expr.hpp>
+
+void ConvertHIR_ConstantEvaluate(::HIR::Crate& hir_crate)
+{
+}