Sign in
qemu
/
meson
/
f2112d0baa379e01d7ce8a961005f5b7c102d9a9
/
.
/
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
();
}