aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/letrec1.erl
blob: eeea671bccef33a2eeda925844ebe1c527b55de8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
%%%-------------------------------------------------------------------
%%% File    : letrec1.erl
%%% Author  : Tobias Lindahl <[email protected]>
%%% Description :
%%%
%%% Created :  9 Mar 2007 by Tobias Lindahl <[email protected]>
%%%-------------------------------------------------------------------
-module(letrec1).

-export([t/1]).

t(Opts) ->
  [Opt || Opt <- Opts, Opt =/= compressed].