blob: 2541a5ad1b5915955f20a63619f43ac672bee5f6 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include "testobj.h"
2
3int
4obj1func1 (int a)
5{
6 return 42 + obj1func2 (a);
7}