MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / main

Function main

tests/fluxpattern.cc:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int main(int argc, const char* argv[])
125{
126 test_patternconstruction();
127 test_patternmatchingwithouttrailingzeros();
128 test_patternmatchingwithtrailingzeros();
129 return 0;
130}

Callers

nothing calls this directly

Tested by

no test coverage detected