1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s | FileCheck %s 2*f4a2713aSLionel Sambuc f()3*f4a2713aSLionel Sambuc void f() 4*f4a2713aSLionel Sambuc { 5*f4a2713aSLionel Sambuc // CHECK: store i32 0 6*f4a2713aSLionel Sambuc int i{}; 7*f4a2713aSLionel Sambuc } 8