1// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
2
3id a = @"Hello World!";
4
5