August 19, 2004
const char[] foo = "foo";

enum {
bar = foo
}

Of course, this code is wrong.
[Win32 DMD 0.98]