Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/declarationSpecifier.cfa

    r64af7ac r3908e5d  
    1 //
     1// 
    22// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
    33//
    44// The contents of this file are covered under the licence agreement in the
    55// file "LICENCE" distributed with Cforall.
    6 //
    7 // declarationSpecifier.cfa --
    8 //
     6// 
     7// declarationSpecifier.cfa -- 
     8// 
    99// Author           : Peter A. Buhr
    1010// Created On       : Wed Aug 17 08:21:04 2016
     
    1212// Last Modified On : Tue Apr 30 18:20:36 2019
    1313// Update Count     : 4
    14 //
     14// 
    1515
    1616typedef short int Int;
     
    5151struct { Int i; } const static volatile x35;
    5252struct { Int i; } const volatile static x36;
    53 
    54 _Thread_local int x37;
    55 __thread int x38;
    5653
    5754static inline const volatile int f11();
Note: See TracChangeset for help on using the changeset viewer.