ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change
on this file since 10dc7491 was
10dc7491,
checked in by Peter A. Buhr <pabuhr@…>, 7 years ago
|
add more tests
|
-
Property mode set to
100644
|
File size:
179 bytes
|
Line | |
---|
1 | void g( float f ) {} |
---|
2 | void g( int i ) {} |
---|
3 | |
---|
4 | void f( int a ) { |
---|
5 | int b; |
---|
6 | float c; |
---|
7 | g( a ? b : c ); |
---|
8 | g( a && c ); |
---|
9 | g( a || b ); |
---|
10 | } |
---|
11 | |
---|
12 | int main(int argc, char const *argv[]) |
---|
13 | { |
---|
14 | return 0; |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.