summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/ifdef_module/src/main.cpp
blob: d7fd82548ead35b02f84d1267519ee381bf39aa1 (plain)
1
2
3
4
5
6
7
#ifdef FOO
import hello;
#endif

int main() {
    return 0;
}