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