summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/add_move_remove_module/src/foo.mpp
blob: fb1e52d3f0abd030d74eddcdb443fc2f49bd6c93 (plain)
1
2
3
4
5
export module foo;

export {
   inline int foo() { return 1; }
}