index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
validation
/
old-initializer.c
blob: 5ae85161bf86158b20f63ea5e07b8cbfafca0e35 (
plain
)
1
2
3
4
5
struct
s
{
int
i
;
};
static
struct
s
the_s
=
{
i
:
1
};