blob: a95b2b0d331690b8964dbdd9848d48fdbda39128 [file] [log] [blame]
package foo
Struct :: {
T :: int
a?: T
{b?: T}
c?: [...T]
}