Wrote a test for shared library linking

This commit is contained in:
Victor Olin 2023-02-19 21:02:08 +01:00
parent c20ef8f5dd
commit ff8c270cb8
7 changed files with 139 additions and 69 deletions

View file

@ -1,6 +1,6 @@
#include "../include/heap.hpp"
GC::Heap *gc = GC::Heap::the2();
GC::Heap *gc = GC::Heap::the();
void init() {