<?php

class Test {
    const X = UNDEF;
    const Y = Foo::UNDEF;
}
