#include "std/io.toc", io; main ::= fn() { s ::= struct { foo, e: int; bar ::= 3; baz: float; } p: s; io.puti(p["bar"]); }