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