brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · 646e91e Raw
6 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3extern char algbrfile[9];4char algbrfile[9] = "abcdefgh";5 6