summaryrefslogtreecommitdiffstats
path: root/test cases/native/7 selfbuilt custom/mainprog.cpp
blob: bb45dcae8dce292fe06df2e96436e44b8c6bee5d (plain)
1
2
3
4
5
#include"data.h"

int main(void) {
    return generated_function() != 52;
}