blob: 046b3af1c3ed665a6d21863f92a6bcd5f377c9c3 [file] [log] [blame]
Daniel Dunbar4cbbd942010-06-07 23:27:59 +00001; RUN: %clang_cc1 -S -o - %s | FileCheck %s
2
3target triple = "x86_64-apple-darwin10"
4
5; CHECK: .globl _f0
6define i32 @f0() nounwind ssp {
7 ret i32 0
8}