brintos

brintos / llvm-project-archived public Read only

0
0
Text · 84 B · 73ef924 Raw
7 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o %t2 3int f(void) {4  extern int a;5  return a;6}7