summaryrefslogtreecommitdiff
path: root/tests/projects/embed/gnu-rm/hello/src/main.c
blob: fd2fade4319005e3870b1fde049511d3fc58c4fd (plain)
1
2
3
4
5
6
int foo(int x);

int main()
{
    return foo(1);
}