aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE_data/small_float.erl
blob: 5cbb5aef83b73fa0e7bd6e08b1143774c44678d5 (plain) (blame)
1
2
3
4
5
-module(small_float).
-export([f/1]).

f(F) when is_float(F) ->
    F / 2.