Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bf6131fc9a164ddf7d2ed02b6870cdbce4efd4e8
/
.
/
Tests
/
Module
/
CheckIPOSupported-CXX
/
main.cpp
blob: 28ab26f64f002807e27ee60fdf3517626ec6ef68 [
file
]
int
foo
();
int
bar
();
int
main
()
{
if
(
foo
()
!=
bar
())
{
return
1
;
}
return
0
;
}