{"test_global_write": "测试:缺少 global 声明时,赋值是否修改模块级变量", "test_global_write_no_decl": "测试:没有 global 声明时,赋值是否创建局部变量", "test_global_ptr_no_decl": "测试:没有 global 声明时,指针赋值是否创建局部变量", "test_pointer_arithmetic": "测试指针算术:偏移计算是否正确", "test_array_decay": "测试 list[t.CChar, N] 传递给 t.CConst | str 参数", "test_pointer_cast": "测试指针与整数之间的类型转换", "test_pointer_offset": "测试指针偏移:CUInt8T* + N 应该偏移 N 字节,CUInt32T* + N 应该偏移 N*4 字节", "test_struct_pointer": "测试结构体指针的成员访问", "test_memcpy_pointers": "测试 memcpy 在指针之间的数据复制", "test_pointer_param": "测试指针作为函数参数传递"}