void main_1() { float3x2 x_200 = float3x2(float2(1.5f, 2.0f), float2(2.0f, 3.0f), float2(3.0f, 4.0f)); return; } void main() { main_1(); return; }