Remove
diff --git a/test.cpp b/test.cpp
deleted file mode 100644
index bcfc28c..0000000
--- a/test.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <vector>
-#include <memory>
-struct Function {};
-struct Module {
-  std::vector<std::unique_ptr<Function>> functions;
-};
-void walkModule(const Module* m) {
-  for (auto& f : m->functions) {
-    Function* func = f.get();
-  }
-}
-int main() {}
diff --git a/test.o b/test.o
deleted file mode 100644
index aa588d9..0000000
--- a/test.o
+++ /dev/null
Binary files differ