churf/src/GC/tests/linker.cpp
2023-05-01 14:36:44 +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;
}