summaryrefslogtreecommitdiff
path: root/Tests/CustomCommandWorkingDirectory/working.c.in
blob: cf75bd1645fff689726cdd3086cb8de2045fec00 (plain)
1
2
3
4
5
6
7
int customTarget();

int main()
{
  return customTarget();
}