Sign in
qemu
/
meson
/
refs/heads/simdix
/
.
/
test cases
/
unit
/
45 vscpp17
/
main.cpp
blob: 36e4156e43916a5a47977560fecabee9f92a8ed2 [
file
] [
log
] [
blame
]
[[
nodiscard
]]
int
foo
()
{
return
0
;
}
int
main
()
{
return
foo
();
}