summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/try_compile/main.c
blob: 2128ead9d9c69cb4ce483090a3a81860476eaef6 (plain)
1
2
3
4
5
6
7
8
extern void func();

int main(void)
{
  func();

  return 0;
}