blob: 644a97889a86e864b9633431ca6eac527cc8a6de [file] [log] [blame]
#include <Example/Example.h>
int foo(void);
int foo(void)
{
return 42;
}