blob: e026ff13a3442bf0dbf79184b01388fe696af2cf [file] [log] [blame]
int customTarget();
int main()
{
return customTarget();
}