% Adapted from the Logtalk repeat/0 conformance suite.
% Modified for Eyepl's conformance harness. See test/conformance/THIRD_PARTY.md.
%% goal: repeat_once

repeat_once :- once(repeat).
