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

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() {