summarylogtreecommitdiffstats
path: root/FailingTest.c
blob: 7b16ab086954cfc5d07442c0c17f29367ca1d5e6 (plain)
1
2
3
4
5
6
#include <stdio.h>
int main() {
  int *s = NULL;
  *s = 42;
  return 0;
}