Newer
Older
zweic / tests / 2 / errorSys6.zwei
@glproj03 glproj03 on 24 Nov 2005 101 bytes Renamed sys6.txt.zwei to errorSys6.zwei
  1. //this tests a wrong field declaration (no name)
  2. //this file is wrong
  3.  
  4. class Bimbo {
  5.  
  6. Int;
  7.  
  8. }