build: separate compiler and libs
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
array := [4]byte{1, 2, 3, 4}
|
||||
ptr := (*[4]byte)(array[:])
|
||||
println(array == *ptr)
|
||||
println(*(*[2]byte)(array[:]) == [2]byte{1, 2})
|
||||
}
|
||||
Reference in New Issue
Block a user