diff options
| author | ruki <[email protected]> | 2024-03-14 00:53:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 00:53:32 +0800 |
| commit | ed96baab01f8e2d419788ecf485502f6e5509b7e (patch) | |
| tree | 16fd39ba4414551feddf0e39363409d776d04ad0 /tests/projects/c++/modules/partitions_implunit/src/main.cpp | |
| parent | 61045518a48698768f184e7509796f7c911f118e (diff) | |
improve test
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;
+}
|
