blob: 33307beb07035262f7be72c49d2270908d44633f [file] [log] [blame]
int main() {
int *myInt = 0;
return *myInt;
}