Changeset cbedb61


Ignore:
Timestamp:
Apr 27, 2021, 10:15:29 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
c7015e6b
Parents:
bbbd2c4
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/io-acquire.cfa

    rbbbd2c4 rcbedb61  
    1010// Created On       : Mon Mar  1 18:40:09 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Mar  2 12:06:35 2021
    13 // Update Count     : 17
     12// Last Modified On : Tue Apr 27 11:49:34 2021
     13// Update Count     : 18
    1414//
    1515
     
    4343        int a, b, c, d, e, f, g, h, i;
    4444        for ( 100 ) {                                                                           // local protection
    45                 sin  | acquire | a | b | c | d | e | f | g | h | i;
     45                sin | acquire | a | b | c | d | e | f | g | h | i;
    4646        }
    4747        {                                                                                                       // global protection (RAII)
Note: See TracChangeset for help on using the changeset viewer.