#include <fstream>

#include "gc.h"

#warning default test

int main() {
	sout | "Bonjour au monde!\n";

	gcpointer(int) anInt = gcmalloc();
}
