summaryrefslogtreecommitdiffstats
path: root/test cases/common/100 postconf with args/prog.c
blob: 5db9d17dfb83ff1e06d39ac4f58ec6207d9eec3a (plain)
1
2
3
4
5
#include"generated.h"

int main(void) {
    return THE_NUMBER != 9 || THE_ARG1 != 5 || THE_ARG2 != 33;
}