brintos

brintos / llvm-project-archived public Read only

0
0
Text · 68 B · 5cfd685 Raw
8 lines · cpp
1#include "bar.h"2 3int foo() {4  int y = bar();5  y++;6  return y;7}8