go-analyzer/tests/test_types.txt

5 lines
79 B
Plaintext

package main;
import "fmt";
type mile uint;
type BinaryOp func(int, int) int;