blob: e0560689f8dfbf01cd6fd5d3c4405daa09c5ac8e [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=22048
/*
TEST_OUTPUT:
---
fail_compilation/test22048.d(10): Error: unexpected identifier `p` in declarator
---
*/
alias a = int p;