aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/otp_9229/y-1.0/src/y.erl
blob: 342e7da7d592fc507d8634111d097ec932b70043 (plain) (blame)
1
2
3
4
-module(y).
-export([y/0]).

y() ->mylib:foo().