10 lines
89 B
Plaintext
10 lines
89 B
Plaintext
|
|
interface a2 {
|
||
|
|
use b.{the-type};
|
||
|
|
}
|
||
|
|
|
||
|
|
interface b {
|
||
|
|
record the-type {
|
||
|
|
f: u8,
|
||
|
|
}
|
||
|
|
}
|