[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / FunctionAttrs / nonnull-global.ll
blobe0c8ae465935da68d10b3962db4967245c0eb4ed
1 ; RUN: opt -S -function-attrs %s | FileCheck %s
2 ; RUN: opt -S -passes=function-attrs %s | FileCheck %s
4 @a = external global i8, !absolute_symbol !0
6 ; CHECK-NOT: define nonnull
7 define i8* @foo() {
8   ret i8* @a
11 !0 = !{i64 0, i64 256}