summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/xmake_tests4/src/main.cpp
blob: 45222c2411eab86aeb679a42f99068e9ee1877e3 (plain)
1
2
3
4
5
import work;

int main() {
	do_work<int>();
}