summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/choice/test-000.std
blob: 856b7f55a11cfbadb2fb238c213db37b6dd45168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  a = a
  b = b
}

{
  c = c
  d = d
  any: other#any
  {
    chars = any
  }
  a = a
}

{
  c = c
  d = d
  d = d
  a = a
}