memgraph/cypher/proba.cpp

11 lines
108 B
C++
Raw Normal View History

#include <iostream>
#include "ast/float.hpp"
int main(void)
{
auto f = new Float(3);
return 0;
}