1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
semantic/test/fixtures/go/corpus/function-declarations.A.go
2018-04-18 13:33:17 -07:00

10 lines
268 B
Go

package main
func main() {}
func f1() {}
func f2(a int, b, c, d string) int {}
func f2() (int, error) {}
func f2() (result int, err error) {}
func lockedOSThread() bool
func getcontext(c *u) /* int32 */ {}