Clang Project

clang_source_code/test/CodeGen/2002-12-15-GlobalRedefinition.c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null
2
3extern char algbrfile[9];
4char algbrfile[9] = "abcdefgh";
5
6