blob: 7411be32202c56c071027ac15649ca3cc56a1338 [file] [log] [blame]
Devang Patel2ecd9012007-10-26 17:50:58 +00001// RUN: clang -emit-llvm %s
2
3void f() {
4 static int i = 42;
5}