A Function1() { return {1}; } A Function2() { return A{1}; } A Function3() { A a{1}; return a; }
i tried three ways. they all call