blob: cbdfb36e8f8f583bccc2eb8bb6814f4ee77eb054 [file] [log] [blame]
// File comment.
Struct :: {
T :: int
a?: T
{b?: T}
c?: [...T]
}