source: src/Tests/Expect-f/DeclarationErrors.txt @ b1d6dd5

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 b1d6dd5 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 558 bytes
Line 
1Error: invalid combination of storage classes in declaration of x9: static static volatile const short int
2
3Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0
4  with members
5    i: int
6
7
8Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1
9  with members
10    i: int
11
12
13Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int
14
Note: See TracBrowser for help on using the repository browser.