summaryrefslogtreecommitdiff
path: root/tests/projects/embed/gnu-rm/hello/src/foo/foo.c
blob: a962f560c185d427215c908c8af948406ab9c59e (plain)
1
2
3
4
int foo(int x)
{
	return x;
}