blob: d79a7ae290a978e5dcd5320a2dcf1b4d236f8809 [file] [log] [blame]
Peter Collingbourne235c2752016-12-08 19:01:00 +00001; RUN: opt -S -functionattrs %s | FileCheck %s
Fedor Sergeev6660fd02018-03-23 21:46:16 +00002; RUN: opt -S -passes=function-attrs %s | FileCheck %s
Peter Collingbourne235c2752016-12-08 19:01:00 +00003
4@a = external global i8, !absolute_symbol !0
5
6; CHECK-NOT: define nonnull
7define i8* @foo() {
8 ret i8* @a
9}
10
11!0 = !{i64 0, i64 256}