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:
@ -278,7 +278,7 @@ const (
|
||||
)
|
||||
|
||||
struct Foooj {
|
||||
a [N]int
|
||||
a [5]int // N
|
||||
}
|
||||
|
||||
fn test_fixed() {
|
||||
|
Reference in New Issue
Block a user