This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
llgo
Watch
1
Star
0
Fork
0
You've already forked llgo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4aadb4b86faff83d8b680a980245f084b51a3faa
llgo
/
cl
/
_testdata
/
fncall
/
in.go
13 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
fncall: as main package
2024-04-20 23:25:08 +08:00
package
main
TestFromTestdata: fncall
2024-04-20 23:15:10 +08:00
func
max
(
a
,
b
int
)
int
{
if
a
>
b
{
return
a
}
return
b
}
fncall: as main package
2024-04-20 23:25:08 +08:00
func
main
(
)
{
_
=
max
(
1
,
2
)
TestFromTestdata: fncall
2024-04-20 23:15:10 +08:00
}
Reference in New Issue
Copy Permalink