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

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