source: src/tests/.expect/DeclarationErrors.txt @ b70b6fc

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 b70b6fc was 4efe4d1, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

added new tests expected outputs

  • Property mode set to 100644
File size: 622 bytes
RevLine 
[4efe4d1]1CFA Version 1.0.0 (debug)
2Error: invalid combination of storage classes in declaration of x9: static static volatile const short int
3
4Error: invalid combination of storage classes in declaration of x18: static static const volatile instance of struct __anonymous0
5  with members
6    i: int
7
8
9Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1
10  with members
11    i: int
12
13
14Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int
15
16make: *** [DeclarationErrors] Error 1
Note: See TracBrowser for help on using the repository browser.