Devang Patel | c915bc9 | 2011-11-04 16:57:26 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s |
2 | |||||
Eric Christopher | 0395de3 | 2013-01-16 01:22:32 +0000 | [diff] [blame] | 3 | // CHECK: xyzzy, null} ; [ DW_TAG_variable ] |
Devang Patel | c915bc9 | 2011-11-04 16:57:26 +0000 | [diff] [blame] | 4 | void f(void) |
5 | { | ||||
6 | static int xyzzy; | ||||
7 | xyzzy += 3; | ||||
8 | } |