summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/precompile_reduced_bmi/src/main.cpp
blob: 75adbd883e7961f71951c261c1d9511be6faf996 (plain)
1
2
3
4
5
import hello;

int main() {
    return answer() == 42 ? 0 : 1;
}