aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/14 configure file/prog2.c
blob: a88c70fe5f5243818ef27b33296865dfef5bbdb6 (plain)
1
2
3
4
5
#include<config2.h>

int main(int argc, char **argv) {
    return ZERO_RESULT;
}