brintos

brintos / llvm-project-archived public Read only

0
0
Text · 85 B · ca9c416 Raw
7 lines · c
1#include <stdio.h>2 3int main() {4  int i = 0; // Set a breakpoint here5  return i;6}7