summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/choice/test-002.std
blob: 1dc1a3a0926536f61f9efd1127cda4683f4473d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  c = c
  d = d
  any: other#any
  {
    chars = any
  }
  a = a
  :14:8 error: unexpected element 'b'
}