aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/compile-layout/invalid/not_a_variable
blob: cc189ea0fb05b3c75c7944eba43b17e8aa0641d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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