aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_lint_SUITE_data/bad_behaviour2.erl
blob: bb755ce18b9f1746e88d38cff066e289f87c8403 (plain) (blame)
1
2
3
4
5
6
-module(bad_behaviour2).

-export([behaviour_info/1]).

behaviour_info(callbacks) ->
    undefined.