crt: test: Fix volatile in test t_tmain.c The purpose of volatile for wmainptr should be that the variable wmainptr is not optimized out. So the volatile has to be set on the variable and not to its pointer value. Signed-off-by: LIU Hao <lh_mouse@126.com>