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

int main()
{
  return customTarget();
}