brintos

brintos / llvm-project-archived public Read only

0
0
Text · 91 B · a0892b1 Raw
6 lines · cpp
1#include "prefer_used_to_unused.h"2 3int main() {4  return sampleFunc(5) + simpleFunc(5);5}6