os: vfmt os_test.v

This commit is contained in:
Alexander Medvednikov 2020-03-24 16:18:37 +01:00
parent e012966291
commit 32c8eb6490
3 changed files with 186 additions and 180 deletions

View file

@ -278,7 +278,7 @@ const (
)
struct Foooj {
a [N]int
a [5]int // N
}
fn test_fixed() {