aboutsummaryrefslogblamecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/make_tuple.erl
blob: 0a5edf8c24dc2dc985cb1796b3de6cf84f9259e6 (plain) (tree)
1
2
3
4
5




                                   
-module(make_tuple).
-export([test/0]).

test() ->
  {_,_} = erlang:make_tuple(3, []).