1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

workaround msvc 0 struct field bug

This commit is contained in:
Joe Conigliaro 2019-09-05 01:49:46 +10:00 committed by Alexander Medvednikov
parent 540602fab6
commit dd670fb4a3

View File

@ -1,4 +1,5 @@
struct Dog {
breed string
}
fn (d Dog) speak() {