]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/2007-05-11-str-const.c
Vendor import of clang RELEASE_360/rc2 tag r227651 (effectively, 3.6.0 RC2):
[FreeBSD/FreeBSD.git] / test / CodeGen / 2007-05-11-str-const.c
1 // RUN: %clang_cc1 -emit-llvm -g %s  -o /dev/null
2
3 static unsigned char out[]={0,1};
4 static const unsigned char str1[]="1";
5