blob: f0550238132c225ec45bdbd0c8b6e2ee1c2b68c6 [file] [log] [blame]
Laszlo Nagybc687582016-01-12 22:38:41 +00001#include <notexisting.hpp>
2
3int value(int in)
4{
5 return 2 * in;
6}