ci: re-enable testing of ./v -freestanding run vlib/os/bare/bare_example_linux.v on ubuntu

This commit is contained in:
Delyan Angelov 2021-04-22 12:50:38 +03:00
parent 9181eb1db8
commit 59e23dbb57
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 4 additions and 3 deletions

View file

@ -4,4 +4,5 @@ fn main() {
sys_write(1, s.str, u64(s.len))
a := s[0]
println('Hello freestanding!')
println(a)
}