aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/interpreter/sf-2799773.input
blob: c22b4dfa77a5e220ee04289a43c43aba2764eed3 (plain)
1
2
3
4
5
-- Contributed by Yue Li
-- Issue: OpenAxiom failed to check for duplicate fields
--        in Record or Unions.

r : Record(a: Integer, a: Symbol) := [1, 's]  --- expectred: error