source: src/Tests/SynTree/DeclarationErrors.c @ 7c64920

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 7c64920 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

licencing: seventh groups of files

  • Property mode set to 100644
File size: 305 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
Note: See TracBrowser for help on using the repository browser.