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 a32b204 was
51b7345,
checked in by Peter A. Buhr <pabuhr@…>, 10 years ago
|
initial commit
|
-
Property mode set to
100644
|
File size:
177 bytes
|
Rev | Line | |
---|
[51b7345] | 1 | int ?!=?( int, int ); |
---|
| 2 | int ?!=?( float, float ); |
---|
| 3 | int 0; |
---|
| 4 | |
---|
| 5 | void g( float ); |
---|
| 6 | void g( int ); |
---|
| 7 | |
---|
| 8 | void f( int a ) |
---|
| 9 | { |
---|
| 10 | int b; |
---|
| 11 | float c; |
---|
| 12 | g( a ? b : c ); |
---|
| 13 | g( a && c ); |
---|
| 14 | g( a || b ); |
---|
| 15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.