blob: 581560371ab0b5d79c2b11132476db90a1de241c [file] [log] [blame]
// RUN: %scale-test --sum-multi --begin 5 --end 16 --step 5 --select NumDeclsValidated %s
// REQUIRES: asserts
struct Struct${N} {
% if int(N) > 1:
var next: Struct${int(N)-1}.Nested? = nil
% end
struct Nested {}
}