8 lines
96 B
C
8 lines
96 B
C
// RUN: clang-cc -emit-llvm %s -o -
|
|
|
|
int main() {
|
|
char a[10] = "abc";
|
|
|
|
void *foo = L"AB";
|
|
}
|