brintos

brintos / llvm-project-archived public Read only

0
0
Text · 93 B · 92aa2a9 Raw
8 lines · cpp
1void (*crash)() = nullptr;2 3int main()4{5    crash(); // Set breakpoint here6    return 0;7}8