summaryrefslogtreecommitdiffstats
path: root/test cases/windows/18 msvc charset/iso-8859-1.c
blob: 66c6a008ac0a0d4e345da017c31547c3c9973c3c (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char *argcv[])
{
  printf("This is ISO-8859-1 encoded �\n");
  return 0;
}