blob: 4170d979e08850ca34fb109b30a71c913f6bbfea [file] [log] [blame]
extern int subdir(void);
int main(void)
{
return subdir();
}