Files
seer/tests/hellorrmnwe/mnwe.cpp

7 lines
66 B
C++
Raw Permalink Normal View History

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