Files
seer/tests/hellorrmnwe/mnwe.cpp
2023-11-12 12:11:38 -06:00

7 lines
66 B
C++

int main() {
int * i = nullptr;
*i = 42;
return 0;
}