Initial commit
[kaleidoscope.git] / Kaleidoscope / shared.h
diff --git a/Kaleidoscope/shared.h b/Kaleidoscope/shared.h
new file mode 100644 (file)
index 0000000..b92baf0
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  shared.h
+//  Kaleidoscope
+//
+//  Created by Luke Lau on 10/02/2018.
+//  Copyright © 2018 Luke Lau. All rights reserved.
+//
+
+#ifndef shared_h
+#define shared_h
+
+extern std::unique_ptr<Module> TheModule;
+
+#endif /* shared_h */