hanchenye-llvm-project/clang/test/CodeGen/string-literal.c

6 lines
72 B
C

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