source: src/tests/DeclarationErrors.c@ 23b6f4d7

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 23b6f4d7 was 62edde5, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

added new tests folder to replace existing one

  • Property mode set to 100644
File size: 373 bytes
Line 
1static short int volatile static const x9; // duplicate static
2struct { int i; } const static volatile static x18; // duplicate static
3struct { int i; } const static volatile static volatile x19; // duplicate static & volatile
4typedef int Int;
5static Int volatile static const x28; // duplicate static
6
7//Dummy main
8int main(int argc, char const *argv[])
9{
10 return 0;
11}
Note: See TracBrowser for help on using the repository browser.