Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test1.d
blob: d20d0a9f84956feb539ffd777c32b1236a13b931 [
file
] [
log
] [
blame
]
// PERMUTE_ARGS:
// EXTRA_FILES: imports/test1imp.d
class
File
{
import
imports
.
test1imp
;
static
char
[]
read
(
char
[]
name
)
{
DWORD size
;
// DWORD is defined in test1imp
return
null
;
}
}