#include "defs.h" int func1( int arg ) { int j = 0; j = arg * 2; return j; }