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