churf/src/GC/tests/linker.cpp
Samuel Hammersberg 0452a30409 Yoinked newer GC.
2023-05-01 16:01:39 +02:00

16 lines
No EOL
130 B
C++

#include <stdio.h>
#include "heap.hpp"
struct Obj {
int a;
int b;
int c;
};
int main() {
return 0;
}