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

6 lines
71 B
C

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