aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/make_SUITE_data/test2.erl
blob: 5845357c3ebd05ebedd6dca2d74c900a4827f679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
-module(test2).
-copyright('Copyright (c) 1991-97 Ericsson Telecom AB').
-vsn('$Revision: /main/release/2 $').
-compile(export_all).

f1() ->
    true.

f2() ->
    true.