Changes in / [5251c6b:d9f6d80]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/attributes.cfa

    r5251c6b rd9f6d80  
    1010// Created On       : Mon Feb  6 16:07:02 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Dec 16 14:45:04 2024
    13 // Update Count     : 51
     12// Last Modified On : Fri Dec 20 15:32:21 2024
     13// Update Count     : 53
    1414//
    1515
     
    164164[[ noreturn ]] void fred() {
    165165        int [[unused]] i;
    166         int [[gnu::xxx]] j;
     166        // C23 attributes are parsed but not pushed through the compiler.
     167        // int [[gnu::xxx]] j;
    167168        switch ( 3 ) {
    168169          case 2:
Note: See TracChangeset for help on using the changeset viewer.