98de31e836
1 2 3 4 5
-module(make_tuple). -export([test/0]). test() -> {_,_} = erlang:make_tuple(3, []).