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 7c64920 was
843054c2,
checked in by Peter A. Buhr <pabuhr@…>, 9 years ago
|
licencing: seventh groups of files
|
-
Property mode set to
100644
|
File size:
343 bytes
|
Line | |
---|
1 | int thisIsAnError; |
---|
2 | int thisIsAnError; |
---|
3 | |
---|
4 | int thisIsNotAnError; |
---|
5 | float thisIsNotAnError; |
---|
6 | |
---|
7 | int thisIsAlsoNotAnError() |
---|
8 | { |
---|
9 | int thisIsNotAnError; |
---|
10 | } |
---|
11 | |
---|
12 | int thisIsAlsoNotAnError( double x ) |
---|
13 | { |
---|
14 | } |
---|
15 | |
---|
16 | double thisIsStillNotAnError( double ); |
---|
17 | double thisIsStillNotAnError( double ); |
---|
18 | |
---|
19 | double butThisIsAnError( double ) |
---|
20 | { |
---|
21 | } |
---|
22 | |
---|
23 | double butThisIsAnError( double ) |
---|
24 | { |
---|
25 | } |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.