Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / linux / debuginfod-check.c
blob185139a8d8ea89fe5029d01dd0e7b7ca09e76f0d
1 #include <stdlib.h>
3 int main() {
4 char *p = malloc(1);
5 p[-1] = 0;
6 return 0;