summaryrefslogtreecommitdiffstats
path: root/benchmarks/test.cpp
blob: 75bffe307b60f06501d4e7628a2d069cafe26bcb (plain)
1
2
3
4
5
6
7
#include "alex.h"


int main(int argc, char **argv) {
    alex::Alex<int, int> test;

}