mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 03:50:25 +00:00
8 lines
53 B
Plaintext
8 lines
53 B
Plaintext
func foo(){
|
|
return 1;
|
|
}
|
|
|
|
var _x = foo();
|
|
|
|
foo();
|