All pastes #2859081 Raw Edit

Unnamed

public unlisted text v1 · immutable
#2859081 ·published 2014-10-14 15:52 UTC
rendered paste body
#include <stdlib.h>
#include <gc/gc_mark.h>
int scm_protects;
int main() {
    GC_INIT();
    if (!GC_is_visible(&scm_protects))
	abort();
    return 0;
}