12f5b2ea6SJoel E. Denny // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s 22f5b2ea6SJoel E. Denny foo(void)3*0dd49a56SAaron Ballmanvoid foo(void) { 42f5b2ea6SJoel E. Denny static int i, j; 52f5b2ea6SJoel E. Denny } bar(void)6*0dd49a56SAaron Ballmanvoid bar(void) { 72f5b2ea6SJoel E. Denny static int i, j; 82f5b2ea6SJoel E. Denny } 9