brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · a8cf554 Raw
9 lines · c
1// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s2 3void foo(void) {4  static int i, j;5}6void bar(void) {7  static int i, j;8}9