mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
7 lines
144 B
Text
7 lines
144 B
Text
struct{ a = 0 }
|
|
struct{ a = 1 }
|
|
struct{ a = 2 }
|
|
2
|
|
4
|
|
struct{ a = error{ errortext = "Object does not support members" } }
|
|
struct{ a = 0, b = 2 }
|