packages feed

hscope-0.1: t/files/a.c

static int foo() {
	return 0;
}

int main() {
	return foo();
}