diff options
Diffstat (limited to 'tests/projects/c++/modules/hello/src')
| -rw-r--r-- | tests/projects/c++/modules/hello/src/hello.mpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/hello/src/hello.mpp b/tests/projects/c++/modules/hello/src/hello.mpp index fbd7fd6ad..9bbd036f0 100644 --- a/tests/projects/c++/modules/hello/src/hello.mpp +++ b/tests/projects/c++/modules/hello/src/hello.mpp @@ -1,6 +1,7 @@ -// module; -#include <cstdio> export module hello; + +#include <cstdio> + using namespace std; export namespace hello { |
