summaryrefslogtreecommitdiffstats
path: root/Tests/CustomTransitiveProperties/main10.c
blob: 369683c69be1883a2ef7d8d814bbe86bb56f621a (plain)
1
2
3
4
5
6
7
extern int static10(void);
extern int static11(void);

int main(void)
{
  return static10() + static11();
}