Home
last modified time | relevance | path

Searched refs:sx_integer (Results 1 – 1 of 1) sorted by path

/dports/games/supertux2/SuperTux-v0.6.3-Source/external/sexp-cpp/tests/
H A Dvalue_test.cpp69 auto sx_integer = sexp::Value::integer(12345789); in TEST() local
71 auto sx_cons2 = sexp::Value::cons(std::move(sx_integer), sexp::Value::nil()); in TEST()