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

int main(int argc, char **argv) {
    printf("This is test #2.\n");
    return 0;
}