Ignore:
Timestamp:
Jun 5, 2015, 9:34:43 AM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
59db689
Parents:
44b5ca0
Message:

regression testing, second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/ResolvExpr/Attributes.c

    r44b5ca0 ra65d92e  
    1 // "cfa-cpp -ne simple.c"
    2 
    31int @voon;
    42double @voon;
     
    97void g( int );
    108
    11 void
    12 f()
    13 {
    14   float x;
    15   double x;
    16   @bort(x);
    17   @bort(int);
    18   g( @voon );
     9void f() {
     10        float x;
     11        double x;
     12        @bort(x);
     13        @bort(int);
     14        g( @voon );
    1915}
     16
     17// Local Variables: //
     18// tab-width: 4 //
     19// End: //
Note: See TracChangeset for help on using the changeset viewer.