aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/209 link custom_i single from multiple/prog.c
blob: 040672a42497e936726b73ba3d4653e73aee6223 (plain)
1
2
3
4
5
int flob(void);

int main(void) {
    return (flob() == 1 ? 0 : 1);
}