blob: 2541a5ad1b5915955f20a63619f43ac672bee5f6 [file] [log] [blame]
#include "testobj.h"
int
obj1func1 (int a)
{
return 42 + obj1func2 (a);
}