Skip to content

Commit

Permalink
Update foo_impl.mpp
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Mar 13, 2024
1 parent 83abf6a commit 32b4594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module;
// can only be imported by module Foo, and visibility of bar is only public to module Foo
module Foo:Impl;

export void bar() {
void bar() {
std::cout << "Hello world" << std::endl;
}

0 comments on commit 32b4594

Please sign in to comment.