diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/analyzer/malloc-macro.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/analyzer/malloc-macro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/analyzer/malloc-macro.h b/gcc/testsuite/gcc.dg/analyzer/malloc-macro.h new file mode 100644 index 0000000..8c05b40 --- /dev/null +++ b/gcc/testsuite/gcc.dg/analyzer/malloc-macro.h @@ -0,0 +1,2 @@ +#include <stdlib.h> +#define WRAPPED_FREE(PTR) free(PTR) |