summaryrefslogtreecommitdiff
path: root/builtins/easy.cc
blob: 83f2643fa315ae8871b6622ba9bf43ebff4441ea (plain)
1
2
3
4
5
6
int two (void);

int two (void)
{
  return 2;
}