From e81588029e4a158f812e02f59f159f67cde8bc9f Mon Sep 17 00:00:00 2001 From: luowei <36940986+ColdWaterLW@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:17:10 +0800 Subject: [PATCH] Update test-ee.go --- test-ee.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-ee.go b/test-ee.go index fea6532..68d2d6e 100644 --- a/test-ee.go +++ b/test-ee.go @@ -4,4 +4,6 @@ import "fmt" func test() { fmt.Println("testfffaa") + var sp *string + fmt.Println(*sp) }