struct foo { int x; }; struct bar { int z; foo f; }; fun main () -> int @;