2 // This test excercises invocations of methods in structures.
4 // Unlike classes, we can not just leave the result of a computed
5 // structure in the IL stack as a result. The reason is that the
6 // result is the whole structure, not a pointer to it.
8 // This program excercises invocations to methods on structures