Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 8, 2025
1 parent fbc1dd3 commit f244a2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vlib/v/tests/concurrency/shared_fixed_array_init_test.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
struct Foo {
mut:
bar shared [1024]bool
}

fn test_main() {
_ := Foo{}
assert true
}

0 comments on commit f244a2f

Please sign in to comment.