blob: 8b39dfcdb1d598a8362389335aba733188577430 [file] [log] [blame]
// RUN: clang -emit-llvm %s
int main() {
char a[10] = "abc";
}