view run/associative_array_07.d @ 227:e1af2a603ff4

added missing keywords
author thomask
date Mon, 03 Jan 2005 17:55:45 +0000
parents 7b556b911877
children ec5e144583ea
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

module dstress.nocompile.associative_array_07;

int main(){
	int[void[]] array;
	return 0;
}