1 #include <notexisting.hpp>
2 
value(int in)3 int value(int in)
4 {
5     return 2 * in;
6 }
7