aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/63 foreach/prog1.c
blob: 30c67dfe27a6548bbf7d7d383d063bb081e66214 (plain)
1
2
3
4
5
6
#include<stdio.h>

int main() {
    printf("This is test #1.\n");
    return 0;
}