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 6244dfb was
843054c2,
checked in by Peter A. Buhr <pabuhr@…>, 9 years ago
|
licencing: seventh groups of files
|
-
Property mode set to
100644
|
File size:
177 bytes
|
Line | |
---|
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.