blob: e12e58b42bd728fc11849302783072b30df2dddb [file] [log] [blame]
Michael Kuperstein79dcc272016-09-20 23:10:31 +00001; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -inferattrs -S | FileCheck %s
2%struct.statvfs64 = type { i32 }
3
4; Function Attrs: norecurse uwtable
5define i32 @foo() {
6entry:
7 %st = alloca %struct.statvfs64, align 4
8 %0 = bitcast %struct.statvfs64* %st to i8*
9 ret i32 0
10}
11
12; CHECK: declare i32 @statvfs64(%struct.statvfs64*){{$}}
13declare i32 @statvfs64(%struct.statvfs64*)