Revision 054c26b8c16b8d597ea68a4ed1f5645a615975cb authored by ORPHANED on 04 March 2019, 08:45:36 UTC, committed by cran-robot on 04 March 2019, 08:45:36 UTC
1 parent 619c562
Raw File
testRemoveFinalizers.c
#include <Rdefines.h>

void
foo()
{
 void *p = NULL;
 R_RemoveExtPtrWeakRef_direct(p);
}

back to top