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