blob: ddda3c3d87cb1cb2c6c861e7afd660a401ce2493 [file] [log] [blame]
// RUN: %scale-test --sum-multi --begin 5 --end 16 --step 5 --select InterfaceTypeRequest %s
// REQUIRES: asserts
indirect enum Enum${N} {
case OK
% if int(N) > 1:
case next(Enum${int(N)-1})
% end
}