Changeset 80f8703 for tests/link-once
- Timestamp:
- Oct 12, 2023, 5:39:49 PM (14 months ago)
- Branches:
- master
- Children:
- e85a72b8
- Parents:
- 02c5880
- Location:
- tests/link-once
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/link-once/main.cfa
r02c5880 r80f8703 1 1 // Test our new cfa_linkonce attribute: 2 2 3 __attribute__(( cfa_linkonce )) signed int example = -7;3 __attribute__(( cfa_linkonce )) signed int example = 7; 4 4 __attribute__(( cfa_linkonce )) unsigned int example = 12; 5 5 -
tests/link-once/partner.cfa
r02c5880 r80f8703 1 1 // Side file for the link-once test. 2 2 3 __attribute__(( cfa_linkonce )) signed int example = -7;3 __attribute__(( cfa_linkonce )) signed int example = 7; 4 4 __attribute__(( cfa_linkonce )) unsigned int example = 12; 5 5
Note: See TracChangeset
for help on using the changeset viewer.