blob: 9e21bdc7670216fee09510a7ed373ae10a71c2c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
-module(test1).
-copyright('Copyright (c) 1991-97 Ericsson Telecom AB').
-vsn('$Revision: /main/release/2 $').
-compile(export_all).
-warning("a warning").
f1() ->
true.
f2() ->
true.
|