aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/user_SUITE_data/src/qlc_error.erl
blob: 04e621dd4b2679ef5846890425a25d7a553cbf4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%% -*- erlang-indent-level: 2 -*-
%% $Id: qlc_error.erl,v 1.1 2008/12/17 09:53:52 mikpe Exp $

%% @author Daniel Luna <[email protected]>
%% @copyright 2006 Daniel Luna
%%
%% @doc
%%

-module(qlc_error).
-export([fix/0]).
-include_lib("stdlib/include/qlc.hrl").

fix() ->
  qlc:eval(qlc:q([I || I <- []])).