aboutsummaryrefslogtreecommitdiff
path: root/test cases/31 generate header/prog.c
blob: 34294816b815531bc134c7bde6c06729dde6d782 (plain)
1
2
3
4
5
6
7
8
9
#include"input_src.dat.h"

int main(int argc, char **argv) {
    void *foo = printf;
    if(foo) {
        return 0;
    }
    return 1;
}