(bind-func test_g_tuple (lambda () (tfill! g_tuple1 1 4) (tfill! g_tuple2 4.0 1.0) (and (= (tref g_tuple1 0) (dtoi64 (tref g_tuple2 1))) (= (dtoi64 (tref g_tuple2 0)) (tref g_tuple1 1)))))