Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
139 override options
/
two.c
blob: 04b1d3f9c72cb64c1e80ab1f9b6e726d6ab97d4f [
file
] [
log
] [
blame
]
/*
* Requires a Unity build. Otherwise hidden_func is not specified.
*/
int
main
(
int
argc
,
char
**
argv
)
{
return
hidden_func
();
}