blob: a15ec9670404df6d45e55532e32a48e94840d3da [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail248.d(9): Error: type `int` is not an expression
---
*/
alias int foo;
typeof(foo) a; // ok