source: src/tests/.expect/declarationErrors.txt@ 155cce0f

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

start code allowing structures to no fields

  • Property mode set to 100644
File size: 650 bytes
Line 
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 with body
8
9
10Error: invalid combination of storage classes in declaration of x19: static static const volatile volatile instance of struct __anonymous1
11 with members
12 i: int
13 with body
14
15
16Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int
17
18make: *** [declarationErrors] Error 1
Note: See TracBrowser for help on using the repository browser.