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

6 lines
66 B
C

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