aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/compile-layout/invalid/not_a_variable
blob: 9d9c5ba1cb40a3572703248fc4e007fd9728cc3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TODO does not work

let 1 : 1
let \. : 1
let \0 : 1
let \0. : 1
let \1.. : 1
let \1 : 1 # this one is good
let \1. : 1 # this one is good
let \9 : 1 # this one is good
let \a : 1
let \f() : 1
let a : 1