Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 28, 2024
1 parent 50a38fc commit da055ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions vlib/v/tests/skip_unused/simple_array_init.vv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
x := '0xfe9a'
assert x.u8_array() == [u8(0xfe), 0x9a]
}

0 comments on commit da055ac

Please sign in to comment.