brintos

brintos / llvm-project-archived public Read only

0
0
Text · 73 B · 6009d28 Raw
6 lines · plain
1#include "f.h"2int main() {3  f(); // Set breakpoint here.4  return 0;5}6