Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/linking/mangling/main.cfa

    re1d66c84 r85a95cc  
    11#include <fstream.hfa>
    22
    3 struct { int a; } test; //purposefully before the include
     3static struct { int a; } test; // purposefully before the include to force anonymous name numbering
    44
    55#include "header.hfa"
     
    1313
    1414        sout | "Done!";
    15 
    16         return 0;
    1715}
Note: See TracChangeset for help on using the changeset viewer.