blob: 8a9da8ba2e8a035cb5c5141888f1aa0369d390c2 [file] [log] [blame]
struct S
{
alias x this; // should cause undefined identifier error
}
void main()
{
}