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