aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/malloc-macro.h
blob: 8c05b406bd90608e588a2033de2b27da96d13842 (plain)
1
2
#include <stdlib.h>
#define WRAPPED_FREE(PTR) free(PTR)