6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
world adapt-old {
|
|
import new: interface {
|
|
get-two: func() -> tuple<u32, u32>;
|
|
}
|
|
}
|