summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/imports/test19187.d
blob: 3bf435ec02888c777914f0b575e76ae973d5008a (plain)
1
2
3
4
module imports.test19187;
void test()() { }
alias foo = test;
alias foo = test;