Changes in / [d9f6d80:5251c6b]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/attributes.cfa

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