blob: 80c382b5e7129dfc1bb20e060291bb5cd3a877fa [file] [log] [blame]
// PERMUTE_ARGS:
class File
{
import imports.test1imp;
static char[] read(char[] name)
{
DWORD size; // DWORD is defined in test1imp
return null;
}
}