mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-08 02:36:27 -05:00
cc15992778
Towards #294
10 lines
61 B
Plaintext
10 lines
61 B
Plaintext
struct S {
|
|
s: String
|
|
b: Bool
|
|
}
|
|
|
|
enum E {
|
|
e1
|
|
e2
|
|
e3
|
|
} |