(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
test22048.d
// 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;