brintos

brintos / llvm-project-archived public Read only

0
0
Text · 69 B · f055023 Raw
7 lines · c
1#include <notexisting.hpp>2 3int value(int in)4{5    return 2 * in;6}7