summaryrefslogtreecommitdiffstats
path: root/Tests/CustomTransitiveProperties/main20.c
blob: 4b7dab591049be04b7f77f5efd53324aad5d3b47 (plain)
1
2
3
4
5
6
7
extern int static20(void);
extern int static21(void);

int main(void)
{
  return static20() + static21();
}