mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
adb6e09ea7
llvm-svn: 17532
6 lines
114 B
C
6 lines
114 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
|
|
|
extern char algbrfile[9];
|
|
char algbrfile[9] = "abcdefgh";
|
|
|