7 lines
68 B
C
Raw Normal View History

2024-07-09 14:46:46 +02:00
int testLib10(void);
int testLib11(void)
{
return testLib10();
}