74d7b1b942
362bccfd7d
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.