aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/maps_SUITE_data/maps_export.erl
blob: 4d43fc96ed780ea35445f1c1bbd46c8e64267b68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
-module(maps_export).
-export([test/0]).

test() ->
    Raclette = id(#{}),
    case brie of brie -> Fromage = Raclette end,
    Raclette = Fromage#{},
    ok.

%% Use this function to avoid compile-time evaluation of an expression.
id(I) -> I.