aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/tokenizer/identifiers.good
blob: 1388e1761ccedd289050f6b0824263b916c8071a (plain)
1
2
3
4
5
6
7
8
9

typedef identifier = int;
typedef Identifier = int;
typedef IDENTIFIER = int;
typedef i = int;
typedef elsf = int;
typedef elsee = int;
typedef a1 = int;
typedef a1a = int;