aboutsummaryrefslogblamecommitdiffstats
path: root/test/crash_protocol.erl
blob: e584f4dc77a9cbdea2b39c75976b94c8b70d5f74 (plain) (tree)
1
2
3
4
5
6
7






                                            
-module(crash_protocol).

-export([start_link/4]).

-spec start_link(_, _, _, _) -> no_return().
start_link(_, _, _, _) ->
	exit(crash).