aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/6 linkshared/cppmain.cpp
blob: b2e40257cb9526c43150906ec42029e63f205ab8 (plain)
1
2
3
4
5
int cppfunc();

int main(int argc, char **argv) {
    return cppfunc() != 42;
}