% Adapted from Scryer ISO conformity test 74.
% See test/conformance/THIRD_PARTY.md.
%% goal: bad
bad :- [a|b|c] = [a].
