Files
tedflex/test1.c
2022-10-10 15:49:16 -05:00

6 lines
50 B
C

#include <stdio.h>
int main() {
*(int*) 0 = 0;
}