void
bla
(
void
) {
struct
foo {
int
bar; };
static
struct
foo fo;
struct
foo bar = fo; }