Changeset 3e49c477
- Timestamp:
- Dec 13, 2023, 9:28:34 AM (12 months ago)
- Branches:
- master
- Children:
- 142930b, 610354a
- Parents:
- b83c575
- Location:
- tests/.expect
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/nested-types-ERR1.txt
rb83c575 r3e49c477 1 1 nested-types.cfa:100:25: warning: Compiled 2 nested-types.cfa:83:1 error: Use of undefined type T 2 nested-types.cfa:83:1 error: Use of undefined type T. -
tests/.expect/nested-types-ERR2.txt
rb83c575 r3e49c477 1 1 nested-types.cfa:100:25: warning: Compiled 2 nested-types.cfa:86:1 error: Use of undefined global type Z 3 nested-types.cfa:87:1 error: Qualified type requires an aggregate on the left, but has : signed int4 nested-types.cfa:88:1 error: Undefined type in qualified type :Qualified Type:2 nested-types.cfa:86:1 error: Use of undefined global type Z. 3 nested-types.cfa:87:1 error: Qualified type requires an aggregate on the left, but has signed int. 4 nested-types.cfa:88:1 error: Undefined type in qualified type Qualified Type: 5 5 instance of struct S with body 6 6 instance of type Z (not function type)
Note: See TracChangeset
for help on using the changeset viewer.