aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/104 postconf with args/prog.c
blob: 0e63a8c5cc9c12b29e94f3197a7f72a1c6e3a99f (plain)
1
2
3
4
5
#include"generated.h"

int main(int argc, char **argv) {
    return THE_NUMBER != 9 || THE_ARG1 != 5 || THE_ARG2 != 33;
}