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

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