Files
asl/test/func.asl
2015-11-02 12:00:18 +03:00

4 lines
55 B
Plaintext

func TestFunction(param0, param1) {
return true;
}