Home | History | Annotate | Download | only in FrontendC
      1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
      2 
      3 extern char algbrfile[9];
      4 char algbrfile[9] = "abcdefgh";
      5 
      6