1 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -inferattrs -S | FileCheck %s
2 %struct.statvfs64 = type { i32 }
4 ; Function Attrs: norecurse uwtable
7 %st = alloca %struct.statvfs64, align 4
8 %0 = bitcast %struct.statvfs64* %st to i8*
12 ; CHECK: declare i32 @statvfs64(%struct.statvfs64*){{$}}
13 declare i32 @statvfs64(%struct.statvfs64*)