brintos

brintos / llvm-project-archived public Read only

0
0
Text · 74 B · 3896e71 Raw
7 lines · cpp
1#include "foo.h"2 3int main(void) {4    foo(); // Set a breakpoint here5}6 7