xxxxxxxxxx
import std.array;
enum a = staticArray(["a"]);
extern(C) void main() {
int i = 0;
auto s = a[i];
}