8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
|
|
struct Otus {
|
|
field: u32,
|
|
}
|
|
|
|
pub fn test() -> Otus {
|
|
Otus {field: 4}
|
|
} |