7f19d641647a
1 2 3 4 5
#include <immer/flex_vector.hpp> immer::flex_vector<int> v{1}; int main() { return 0; }