summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/sequence/test-006.std
blob: eb79f47d2b7fc76dee7a8c2f834374565c99b12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  c = c
  d = d
  any: test#any
  {
    chars = any
  }
  f = f
  e = e
  e = e
  :14:8 error: unexpected element 'e'
}