diff options
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/partitions_implunit/src/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit/src/main.cpp b/tests/projects/c++/modules/partitions_implunit/src/main.cpp new file mode 100644 index 000000000..c8c0bfd65 --- /dev/null +++ b/tests/projects/c++/modules/partitions_implunit/src/main.cpp @@ -0,0 +1,7 @@ +import math;
+
+int main(int argc, char** argv) {
+ auto a{ Math::lerchZeta(1, 2, 3) };
+ auto b{ Math::superLog(1, 2) };
+ return 0;
+}
|
