Foo=struct
struct.Foo.@.pack=2
struct.Foo.@.align=4
struct.Foo.a=int,0,0
struct.Foo.b=int,4,0
struct.Foo.c=int,8,0
struct.Foo.name=char,12,20
struct.Foo.var=float,32,0
struct.Foo=a,b,c,name,var
Foo=enum
enum.Foo.FOO=0x1
enum.Foo.0x1=FOO
enum.Foo.BAR=0x2
enum.Foo.0x2=BAR
enum.Foo.COW=0x3
enum.Foo.0x3=COW
enum.Foo=FOO,BAR,COW

