mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
New test.
llvm-svn: 36997
This commit is contained in:
parent
119ece07be
commit
e1febcb21e
5
test/CFrontend/2007-05-11-str-const.ll
Normal file
5
test/CFrontend/2007-05-11-str-const.ll
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: %llvmgcc -c -g %s -o /dev/null
|
||||
|
||||
static unsigned char out[]={0,1};
|
||||
static const unsigned char str1[]="1";
|
||||
|
Loading…
Reference in New Issue
Block a user