Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
gen
/
c
/
testdata
/
windows_clang_bootstrap_regression.vv
7
lines
·
7
sloc
·
125 bytes
·
148c416d0dd5a75e6d5b173981bb99c7e4c8f2b9
Raw
1
// vtest vflags: -os windows -cc clang
2
fn main() {
3
_ = winapi_lasterr_str()
4
ch := chan int{}
5
ch <- 1
6
_ = <-ch or { 0 }
7
}
8