source: src/tests/.expect/declarationErrors.txt@ 79970ed

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new stuck-waitfor-destruct with_gc
Last change on this file since 79970ed was 29917c6, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

more refactoring of parser code

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