summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/incremental_SUITE_data/got_fixed.erl
blob: e6db525b903b9eaf9a701cdda4c6774d13f42564 (plain)
1
2
3
4
5
6
-module(got_fixed).

-export([m/0]).

-spec m() -> integer().
m() -> fix:m().