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