Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
131 override options
/
two.c
blob: 0f8048c219d825a07447e82f1fec1fa80df9af74 [
file
] [
log
] [
blame
]
/*
* Requires a Unity build. Otherwise hidden_func is not specified.
*/
int
main
(
void
)
{
return
hidden_func
();
}