source: src/Tests/SynTree/ScopeErrors.c @ 76f2e97f

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 76f2e97f 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 
1int thisIsAnError;
2int thisIsAnError;
3
4int thisIsNotAnError;
5float thisIsNotAnError;
6
7int thisIsAlsoNotAnError()
8{
9  int thisIsNotAnError;
10}
11
12int thisIsAlsoNotAnError( double x )
13{
14}
15
16double thisIsStillNotAnError( double );
17double thisIsStillNotAnError( double );
18
19double butThisIsAnError( double )
20{
21}
22
23double butThisIsAnError( double )
24{
25}
26
Note: See TracBrowser for help on using the repository browser.