about summary refs log tree commit diff
path: root/users/Profpatsch/emacs-tree-sitter-move/test.sh
blob: 681081f5909dba803252f627869d80feaf53d1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function foo () {
    local x=123
}

function bar () {
    local x=123
}

echo abc def \
     gef gef

printf \
    "%s\n" \
    haha