mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
ci: re-enable testing of ./v -freestanding run vlib/os/bare/bare_example_linux.v
on ubuntu
This commit is contained in:
parent
9181eb1db8
commit
59e23dbb57
3 changed files with 4 additions and 3 deletions
|
@ -4,4 +4,5 @@ fn main() {
|
|||
sys_write(1, s.str, u64(s.len))
|
||||
a := s[0]
|
||||
println('Hello freestanding!')
|
||||
println(a)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue