1 2 3 4 5 6 7 8 9 10 11
int obj1func1 (int a __attribute__ ((unused))) { return 42; } int obj1func2 (int a) { return foo (a) + 10; }