1 2 3 4 5 6 7
// RUN: clang-cc -emit-llvm %s -o - int main() { char a[10] = "abc"; void *foo = L"AB"; }