d: Merge upstream dmd ff57fec515, druntime ff57fec515, phobos 17bafda79.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test22048.d
blob72b91546a2b76006819e7e149a3f15606fae264d
1 // https://issues.dlang.org/show_bug.cgi?id=22048
3 /*
4 TEST_OUTPUT:
5 ---
6 fail_compilation/test22048.d(10): Error: unexpected identifier `p` after `int`
7 ---
8 */
10 alias a = int p;