summaryrefslogtreecommitdiff
path: root/inttest/tplugins/bad_plugin.erl
blob: 5730a6d1ef72df79b4fe65e6f440719f03d71e0d (plain)
1
2
3
4
5
6
7
8
-module(bad_plugin).

-export([fwibble/2]).

%% this plugin contains numerous DELIBERATE syntax errors

fwibble(Config, _) >
    file:delete("fwibble.test")