brintos

brintos / llvm-project-archived public Read only

0
0
Text · 98 B · 4ff2b23 Raw
7 lines · cpp
1#include "foo.h"2 3int main(int argc, char const *argv[]) {4  foo();5  return 0; // breakpoint 16}7