7 lines
No EOL
80 B
Text
7 lines
No EOL
80 B
Text
struct A<N> {
|
|
field[N] a
|
|
}
|
|
|
|
def main():
|
|
A<_> a = A { a: [1] }
|
|
return |