summaryrefslogtreecommitdiff
path: root/c_stubs/test-stdio.c
blob: 8f4ea6d1bbe7603b1b52d060ca84b55109e096ec (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

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