1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-23 05:29:23 +00:00
llvm-6502/test/CFrontend/2002-07-16-HardStringInit.c

9 lines
302 B
C
Raw Normal View History

// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
char auto_kibitz_list[100][20] = {
{"diepx"},
{"ferret"},
{"knightc"},
{"knightcap"}};