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