dmd/compiler/test/fail_compilation/fail248.d
2022-07-09 18:53:07 +02:00

9 lines
134 B
D

/*
TEST_OUTPUT:
---
fail_compilation/fail248.d(9): Error: type `int` is not an expression
---
*/
alias int foo;
typeof(foo) a; // ok