summaryrefslogtreecommitdiffstats
path: root/benchmarks/old-bench/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/old-bench/test.cpp')
-rw-r--r--benchmarks/old-bench/test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks/old-bench/test.cpp b/benchmarks/old-bench/test.cpp
new file mode 100644
index 0000000..75bffe3
--- /dev/null
+++ b/benchmarks/old-bench/test.cpp
@@ -0,0 +1,7 @@
+#include "alex.h"
+
+
+int main(int argc, char **argv) {
+ alex::Alex<int, int> test;
+
+}