summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/user_headerunit/src/main.cpp
blob: ad786367eee4c1e9dbfaf880e522bb38f0ae839d (plain)
1
2
3
4
5
6
7
import hello;
import "header.hpp";

int main() {
    hello::say(hello::FOO);
    return 0;
}