blob: 1213884f72f844f87c6fff0812164cd6aafe708e [file] [log] [blame]
// PERMUTE_ARGS:
import imports.test66a;
alias int TOK;
enum
{
TOKmax
};
struct Token
{
static char[] tochars[TOKmax];
}
class Lexer
{
Token token;
}