source: src/Tests/Expect-v/DeclarationSpecifier.txt@ 55ba7339

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii 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 55ba7339 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 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 __anonymous8
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 __anonymous9
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.