Blob Blame History Raw
#
# Test identifiers with `#' in them. 6/22/2001 jhrg

Dataset {
   	Structure {
   		Int32 b#c[10];
   		Grid {
     		Array:
       		Byte Image#data[512];
     		Maps:
       		String colors[512];
   		} huh;
   } s;
} test.19;