brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · 7cf7a5a Raw
9 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3void bar (void) {4 static char x[10];5 static char *xend = x + 10;6}7 8 9