summaryrefslogtreecommitdiffstats
path: root/Tests/TryCompile/exit_success.c
blob: 302d926259dfc188c7126fb831ec14059b8612f1 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(void)
{
  printf("hello world\n");
  return 0;
}