cmake/Tests/Framework/useExternal.c
2021-09-14 00:13:48 +02:00

7 lines
68 B
C

extern int external(void);
int main(void)
{
return external();
}