workaround msvc 0 struct field bug

pull/1866/head
Joe Conigliaro 2019-09-05 01:49:46 +10:00 committed by Alexander Medvednikov
parent 540602fab6
commit dd670fb4a3
1 changed files with 1 additions and 0 deletions

View File

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