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