- Timestamp:
- Dec 20, 2024, 3:35:25 PM (4 weeks ago)
- Branches:
- master
- Children:
- d9f6d80
- Parents:
- df91e15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/attributes.cfa
rdf91e15 r77148b0 10 10 // Created On : Mon Feb 6 16:07:02 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Dec 16 14:45:04202413 // Update Count : 5 112 // Last Modified On : Fri Dec 20 15:32:21 2024 13 // Update Count : 53 14 14 // 15 15 … … 164 164 [[ noreturn ]] void fred() { 165 165 int [[unused]] i; 166 int [[gnu::xxx]] j; 166 // C23 attributes are parsed but not pushed through the compiler. 167 // int [[gnu::xxx]] j; 167 168 switch ( 3 ) { 168 169 case 2:
Note: See TracChangeset
for help on using the changeset viewer.