source: src/Tests/ResolvExpr/Attributes.c @ a65d92e

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since a65d92e was a65d92e, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

regression testing, second attempt

  • Property mode set to 100644
File size: 203 bytes
Line 
1int @voon;
2double @voon;
3
4int @bort(int);
5int @bort(double);
6
7void g( int );
8
9void f() {
10        float x;
11        double x;
12        @bort(x);
13        @bort(int);
14        g( @voon );
15}
16
17// Local Variables: //
18// tab-width: 4 //
19// End: //
Note: See TracBrowser for help on using the repository browser.