1 #include"simple.h"
2 
simple_function()3 int simple_function() {
4     return 42;
5 }
6