aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/inviso_testmodule1_foo.erl
blob: a7a22cad396c5b7a6368eb531ff13661746a892f (plain) (blame)
1
2
3
4
5
6
7
8
9
-module(inviso_testmodule1_foo).

-compile(export_all).

%% The purpose of this module is simply to have a module that is
%% guaranteed not loaded.

foo() ->
    true.