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