diff options
Diffstat (limited to 'tests/projects/c++/modules/class_cmake/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/class_cmake/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/projects/c++/modules/class_cmake/src/main.cpp b/tests/projects/c++/modules/class_cmake/src/main.cpp index b96807bda..87b8b92f7 100644 --- a/tests/projects/c++/modules/class_cmake/src/main.cpp +++ b/tests/projects/c++/modules/class_cmake/src/main.cpp @@ -1,7 +1,7 @@ import hello; int main() { - hello::say s(sizeof(hello::say)); - s.hello(); - return 0; + hello::say s(sizeof(hello::say)); + s.hello(); + return 0; } |
