RosettaCodeData/Task/Variable-size-Get/Go/variable-size-get-1.go
2023-07-01 13:44:08 -04:00

3 lines
34 B
Go

import "unsafe"
unsafe.Sizeof(x)