summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/string-literal.c
blob: 22a81e71855188a5d93c6a9989b24ad914919f32 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -emit-llvm %s -o -

int main() {
  char a[10] = "abc";

  void *foo = L"AB";
}
OpenPOWER on IntegriCloud