0285cfdaad0b3987cc2404587699173e2d59ffed
[openbsd] /
1 #include <cstdint>
2
3 int main() {
4   asm volatile("int3");
5   return 0;
6 }