Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test66.d
blob: bedbd26768c56cd745d37ca07f300ebfc0c66552 [
file
] [
log
] [
blame
]
// PERMUTE_ARGS:
// EXTRA_FILES: imports/test66a.d
import
imports
.
test66a
;
alias
int
TOK
;
enum
{
TOKmax
};
struct
Token
{
static
char
[][
TOKmax
]
tochars
;
}
class
Lexer
{
Token
token
;
}