9 lines
77 B
C
9 lines
77 B
C
#include <Example/Example.h>
|
|
|
|
int foo(void);
|
|
|
|
int foo(void)
|
|
{
|
|
return 42;
|
|
}
|