Richard Smith | 9ca5c42 | 2011-10-13 22:29:44 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s | FileCheck %s |
Sebastian Redl | 12757ab | 2011-09-24 17:48:14 +0000 | [diff] [blame] | 2 | |
3 | void f() | ||||
4 | { | ||||
5 | // CHECK: store i32 0 | ||||
6 | int i{}; | ||||
7 | } |