mingw: handle GITPERLLIB in t0021 in a Windows-compatible way
[git.git] / t / t4051 / appended1.c
bloba9f56f11db3ea6e291ac0b8ba409b4b90752e84f
2 int appended(void) // Begin of first part
4 int i;
5 char *s = "a string";
7 printf("%s\n", s);
9 for (i = 99;
10 i >= 0;
11 i--) {
12 printf("%d bottles of beer on the wall\n", i);
15 printf("End of first part\n");