dilaria/test.dil

6 lines
46 B
Text

fn test() {
let a = 5;
}
test();
test();