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