aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_tests_SUITE_data/src/letrec1.erl
blob: f5c265cc60b3e28670303d7ab8fb150af94e99f8 (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].