struct TestAnyStruct { long long_value; string string_value; }; interface TestAny { any print( in any what ); };